body {

	font-family: Arial, Helvetica, sans-serif;

	color: #000000;

	background-color: #ffffff;

}

a:link { 

	color: #003399;

	text-decoration: none;

	}

a:visited { 

	color: #006699;

	text-decoration: none;

	}

a:hover { 

	color: #0066bb;

	background-color: #ffffff;

	text-decoration: underline;

	}

a:active { 

	color: #FF0000;

	}


