a  {  
	color: #cc0000; 
	font-weight: bold;
	text-decoration: none; 
	}

a:hover  { 
	color: #ff0000; 
	font-weight: bold;
	text-decoration: none; 
	}
	
a:active { 
	color: #ff0000; 
	font-weight: bold;
	text-decoration: none; 
	}
	
a:visited  {  
	color: #990000; 
	font-weight: bold;
	text-decoration: none;
	}

.body {
	background-color: #ffffff;
	font: Arial;
	font-size: 13px;
	font-color: #000000
	}

.table { 
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-color: #000000
	width: 600px;
	height: auto;
	position: absolute;
	top: 5px;
	left: 5px;	
	}

.header { 
	font-family: Arial, Sans-serif;
	font-size: 19px;
	font-weight: normal;
		
	}
