BODY{
	font-family : "Comic Sans MS";
	font-size : 10pt;
	background : Black;
	color : White;
	margin : 0%;
}
TD.top{
	font-family: Arial;
	color: White;
	text-align: center;
	font-weight : bold;
	font-size: 13px;
}
TD.a {
	font-family: Arial;
	color: Black;
	text-align: center;
	font-weight : bold;
	height: 20px;
	background : #FF9900;
}

TD.dx {
	font-family: Arial;
	color: Black;
	text-align: left;
	font-size : 11px;
	padding-left=2;
	border-left-color : white;
	border-right-color : black;
	border-bottom-color : Black;
	border-bottom-width : 1px;
	border-right-width : 1px;
	border-left-width : 1px;
	border-left-style : solid;
	border-right-style : solid;
	border-bottom-style : solid;
	background-color : #FF9900;
	font-weight : normal;
	border-top-color : White;
	border-top-style : solid;
	border-top-width : 1px;
}

A.top {
	text-decoration: none;
	color: white;
	font-size: 13px;
}

A:visited.top { 
	text-decoration: none;
	color: yellow;
	font-size: 13px;
}

A:Hover.top {
	text-decoration: none;
	color: red;
	font-size: 13px;
}

A.jml {
	text-decoration: none;
	color: black;
	font-size: 13px;
}
A:Hover.jml {
	text-decoration: none;
	color: red;
	font-weight: bold;
	font-size: 13px;
}
A:visited.jml {
	text-decoration: none;
	color: black;
	font-size: 13px;
}



