body {
	font-family: Skia;
	font-size: 12px;
	color: #333333;
	background-color: 006600;
}
a {
	font-family: Skia;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
a:hover {
	font-family: Skia;
	font-size: 12px;
	color: #990033;
	text-decoration: underline;
}
a:active {
font-family: Skia;
	font-size: 12px;
	color: #FF0033;
	text-decoration: none;}
	
td { font-family: Skia;
	font-size: 12px;
	color: #333333;}
li {
	font-family: Arial;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
	display: block;
	padding: 2px;
	background-color: #CC0000;
	list-style-type: disc;
	color: #FFFFFF;
	border-top: outset #FF6666;
	border-right: outset #FF0033;
	border-bottom: outset #990000;
	border-left: outset #FF0033;
	font-weight: bold;
	font-variant: small-caps;
	vertical-align: text-top;
	filter: FlipH;
}
li:hover {
	border-top-color: #FF6666;
	border-right-color: #FF6666;
	border-bottom-color: #990000;
	border-left-color: #FF6666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

