body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#FFF;
	color:#000;
}

a:link {
	color: #900;
	text-decoration: none;
}
		
a:visited {
	color: #03C;
	text-decoration: none;
}
	 
a:hover {
		text-decoration: underline;	 }

a:active {
		text-decoration: none;	 }
