@charset "UTF-8";
.subnav {
	font-family: helvetica;
	font-size: 10px;
	color: 99cccc;
	line-height: 20px;
	font-weight: bold;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #99CCCC;
	letter-spacing: 2px;
}
A{text-decoration:none

} 

a:link {
	color: ##99cccc;
}
a:visited {
	color: ##99cccc;
}
a:hover {
	color: #999999;
}

