.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99ccff;
	line-height: 20px;
	letter-spacing: 0.1em;
}
.body a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	line-height: 20px;
	letter-spacing: 0.1em;
}
.body a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	letter-spacing: 0.1em;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FF9900;
	font-weight: normal;
}
.textheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF9900;
	font-weight: normal;
}
#navigation a {
	font:11px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgb(20,40,95);
	border-right-color: rgb(20,40,95);
	border-bottom-color: rgb(20,40,95);
	border-left-color: rgb(20,40,95);
	}
	
#navigation a:hover {
	color:#ffffff;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}
.right {
	margin-top: 5px;
	margin-left: 5px;
	float: right;
}