/* CSS Document */

body {
	font-family:  Times New Roman, Times, serif;
	color: #cc0000;
	background: #ffffff;
	text-align: left;
	margin: 25px;
	}

table {
	font-family: Times New Roman, Times, serif;
	color: #cc0000;
	background: #ffffff;
	text-align: left;
	width: 750;
	}
	
td    {
        padding: 1px;

	}

a:link    {text-decoration: underline; color: #ff0066; }
a:visited {text-decoration: underline; color: #ff0066; }
a:hover   {text-decoration: none; color: #000000; background: yellow }
a:active  {text-decoration: underline; color: #ff0066; }


		  

