
table
{


}

tr
{
	text-align: left;
	font: 14px Arial;
	font-family: Arial;
	font-weight: bold;
/*	background-color: #ff1111; 
*/
}


td
{
	
	font-family: Arial;
	font: 11px Arial;
	
	text-align: center;
/*	width: 200px;

}
	
}


body {
color: #000000;
font: 14px Courier;
font-weight: bold;
font-family: Garamond, Arial;
margin : 0px;
}

a:link {color: #FF0000;} /* an unvisited link */
a:visited {color: #00FF00;} /* a visited link */
a:hover {color: #FF00FF;} /* a link with the mouse hovering
over it */
a:active {color: #0000FF;}