BODY {
	background-color : Black;
	font-family : sans-serif;
	font-size : 12 px;
	color : Black;
	font-weight : bold;
}

TD {
	font-family : sans-serif;
	font-size : 12 px;
	color : #FF9C31;
	font-weight : bold;
}

H1 {
	color : #FF9C31;
	font-size : 24px;
	width : 640;
	background-color : #505050;
}

H2{
	color : Black;
	font-size : 16px;
	width : 640;
	background-color : #FF9c31;
}

H3 {
	color : Black;
	font-size : 12px;
	margin-left : 30px;
	margin-right : 30px;
	text-align : justify;
	margin-top : 12px;
}

A:LINK {
	color : #FF9C63;
	text-decoration : none;
	font-weight : bold;
}

A:HOVER {
	color : #FF9C9C;
	background-color : #630031;
	text-decoration : underline;
}

A:ACTIVE {
	color : Red;
	text-decoration : none;
	font-weight : bold;
}

A:VISITED {
	color : #CE6300;
	text-decoration : none;
	font-weight : bold;
}