/* Dom's site layout colors */

IMG { border-style: none; } 

BODY { 
	/* font-family: Verdana,Arial,Helvetica,Sans Serif; */
	font-size: 12px;
	background: black;
	color: white;
}

/* That nice green header for the table entries */
.tdHeader {
	font-family: Verdana,Arial,Helvetica,Sans Serif; 
	font-size: 14px; 
	color: #99ffff; 
	background: #009966;
} 

/* The white on grey underneath the headers */
.tdBody {
	font-family: Verdana,Arial,Helvetica,Sans Serif; 
	font-size: 13px; 
	background: #222222;
	color: #ffffff;
}

/* Yellow links */
A:active {color: ffffff; text-decoration: none;} 
A:hover  {color: ffffff; text-decoration: underline;}
A {color: FFFF33; text-decoration: none;}

/* .mylinkstyle:active {color: 000000;} */