BODY {
	background-color : #949494;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-stretch : wider;
}
TABLE {
	background-color : #cccccc;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-stretch : wider;
}

A {
	font-family : inherit;
	font-size : inherit;
	color: white;
	text-decoration: none;

}

A:ACTIVE {
	font-family : inherit;
	font-size : inherit;
	color: Orange;
}

A:HOVER {
	font-family : inherit;
	font-size : inherit;
	color: orange;
}



A.opp {
	font-family : inherit;
	font-size : inherit;
	color: orange;
	text-decoration: none;

}

A.opp:ACTIVE {
	font-family : inherit;
	font-size : inherit;
	color: White;
}

A.opp:HOVER {
	font-family : inherit;
	font-size : inherit;
	color: white;
}


UBBCODE {
	border-style : groove;
	background-color : InactiveCaptionText;
	font-family : inherit;
	outline-color : Fuchsia;
	border : thin;
}


a.UBB {
	cursor: hand;
	text-decoration: none;
	color=aaaaaa;
	background-color : ThreedDarkShadow;
	border : thin;
	border-color : black;
	letter-spacing : 3px;
	font-family : Arial, Helvetica, sans-serif;
	border-style : solid;
	font : smaller;
	font-size : 12px;
}
a:Active.UBB {
	cursor: hand;
	text-decoration: none;
	color=aaaaaa;
	background-color : ThreedDarkShadow;
	border : thin;
	border-color : black;
	letter-spacing : 3px;
	font-family : Arial, Helvetica, sans-serif;
	border-style : solid;
	font-size : 12px;
}
a:hover.UBB {
	cursor: hand;
	text-decoration: none;
	color=ffffff;
	background-color : ThreedDarkShadow;
	border : thin;
	border-color : black;
	letter-spacing : 3px;
	font-family : Arial, Helvetica, sans-serif;
	border-style : solid;
	font-size : 12px;
}
