/* This single style sheet makes the page look great in all modern browsers,
and decent and readable in Netscape 4.x.  */

/* Rules giving link text default styles. A background-color must be 
declared (when there is a text color declared) for the CSS to validate. */
a:link {
	background-color : #9E9161;
	color : #FFFFFF;
	text-decoration : none;
}

a:visited {
	background-color : transparent;
	color : #FFFFFF;
	text-decoration : none;
}

a:hover {
	background-color : transparent;
	color : #FFFFFF;
	text-decoration : underline;
}

a:active {
	background-color : transparent;
	color : #FFFFFF;
	text-decoration : none;
}

body {
	background-color : #000000;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin: 20px;
}

td#border {
	border: 4px solid #FFFFCC;
}

.tdmenu {
	background-color: #9E9161;
}
