@charset "utf-8";
/* CSS Document */

body {
	background-color: #FF6600;
	padding: 5px;
	margin: 0px 0px 0px 0px;
}

a, a:link,
a:active,
a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #039;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	border: 1px dotted #transparent;
}

a:hover {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	text-decoration: none;
}
