a:link {
	color : #3333ff;
	text-decoration : underline;
}

a:visited {
	color : #333399;
	text-decoration : underline;
}

a:hover {
	color : #FF0000;
	text-decoration : underline;
}


body {        
	color : #800000;
	font : 12px Arial,Helvetica,sans-serif;
        background-color: #fffff0;
}

pre {
	color : #ff0000;
	font : 12px Arial,Helvetica,sans-serif;
}

h3 {
	color : #990000;
	font : 18px Arial,Helvetica,sans-serif;
        font-weight: bold;
}

th {
	color : #0000cd;
	font : 12px Arial,Helvetica,sans-serif;
        font-weight: bold;
        background-color: #dcdcdc;
}

td {
	color : #000000;
	font : 12px Arial,Helvetica,sans-serif;
	
}


ul {
	color : #990000;
	font : 12px Arial,Helvetica,sans-serif;
	text-decoration : none;
}


