
TABLE {
	border : 1px solid #333333;
}

.tab2 {
	border : 0px solid red;
	background: #333333;
}

.tab3 {
	border : 0px solid red;
}

.tab4 {
	border : 1px solid red;
}

A:LINK {
	color : White;
	text-decoration : underline;
}

A:VISITED {
	color : White;
	text-decoration : underline;
}

A:HOVER {
	color : Black;
	text-decoration : underline;
	background : White;
}

A:ACTIVE {
	color : White;
	text-decoration : underline;
}

BODY {
	text-decoration : none;
	color : Silver;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background : Black;
	scrollbar-arrow-color : White;
	scrollbar-track-color : Black;
	scrollbar-3dlight-color : Black;
	scrollbar-base-color : #4B4B4B;
}

H1 {
	font-size : 18px;
	font-weight : bolder;
	background-color : #4B4B4B;
	text-align : center;
}

HR {
	color : Gray;
	height : 1px;
}

H2 {
	text-align : center;
	font-weight : bolder;
	font-size : 18px;
	color : #1E90FF;
	background-color : #4B4B4B;
	margin-top : 15px;
}

A.a2:LINK {
	color : White;
	text-decoration : none;
}

A.a2:VISITED {
	color : white;
	text-decoration : none;
}

A.a2:HOVER {
	color : white;
	text-decoration : none;
	background: none;
}

A.a2:ACTIVE {
	color : white;
	text-decoration : none;
}

.vtd {
	text-align: justify;
	padding: 30px;
}
INPUT {
	background-color : Black;
	border : 1px solid Silver;
	color : White;
	font-style : normal;
	font-weight : bold;
}
TEXTAREA {
	background-color : Black;
	border : 1px Solid Silver;
	color : White;
	font-style : normal;
	font-weight : bold;
}
