body{
	margin:0px;
	background-color: #6AA4F9;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	width: 120px;
	line-height: 20px;
	background-color: #6AA4F9;
	display: block;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0852BF;
	font-weight: bold;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	width: 120px;
	background-color: #6AA4F9;
	display: block;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0852BF;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 20px;
	color: #FF6600;
	text-decoration: underline;
	height: 20px;
	width: 120px;
	font-weight: bolder;
	background-color: #FFFFFF;
	display: block;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0852BF;
}

