BODY      { font-family: arial, helvetica; 
            font-weight: bold;  
	    color: #ffffff; 
	    background-color: rgb(20, 175, 20); }
A:link    { text-decoration: none; color: yellow;}
A:visited { text-decoration: none; color: white;}
A:active  { text-decoration: none; color: red;}
:link:hover, :visited:hover { color: red; } 

tr.d0 td {
	background-color: #CC9999; 
}
tr.d1 td {
	background-color: #9999CC; 
}


