a:link {
	font-family: System;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none
}
a:visited {
	font-family: System;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none

}
a:active {
	font-family: system;
	font-size: 14px;
	font-weight: bold;
	color: #6666FF;
	text-decoration: none;
	
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #66FFFF;
	
	}
body {
	font-family: Arial, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
