<!--

body {
	background: black;
}

td {
	font-size: 12px;
	font-family: verdana, tahoma, arial, helvetica, sans serif;
	color: cyan;
}

td.c {
	text-align: center;
}

td.w {
	color: white;
}

.m {
	margin-top: 10px;
}

.r {
	text-align: right;
}

.s {
	font-size: 9px;
}

a {
	//color: #9999ff;
	color: #00ccff;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	text-align: right;
	color: #00ccff;
	margin-bottom: 5px;
	font-size: 30px;
	margin-top: 3px;
}

.red {
	color: red;
}

ul {
	margin-left: 25px
}

#h { color: #ffff00 } #n { color: #00ff00 } #t { vertical-align: top }

//-->

