body { 
	color: #AAA;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	background: #222;
	font-size: 13px !important;
	text-shadow: 0 1px 0 #000;
}
u { text-decoration: none !important; }
p,td,ol,ul,litd {}
p,li { font-size: 13px !important; }

h1, h2, h3, h4 {
	color: #EEE;
	text-shadow: 0 1px 1px #000;
}
h1 {
	font-size: 30px; 
}

tr {background-color:#000000;}

a {
	color: yellow; 
	text-decoration:none;
	padding: 1px 0;
	display: block;
}
a:hover {
	text-decoration:underline;
}
/*
a:link { text-decoration:none; color:#336699; } 
a:visited { text-decoration:none; color:#99ccff; } 
a:active { text-decoration:none; color:#8A96C5; } 
a:hover { color:#99ccff; }
*/