BODY {
	background-color : Black;
	scrollbar-face-color: #000000; 
	scrollbar-shadow-color: #CCFFFF; 
	scrollbar-highlight-color: #FFFF33; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #3333FF; 
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
}
P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	height : auto;
	text-align : justify;
	color : White;
}
A:ACTIVE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	height : auto;
	text-align : justify;
	color : Aqua;
}
A:VISITED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	height : auto;
	text-align : justify;
	color : Red;
	text-decoration : none;
}
A:LINK {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	height : auto;
	text-align : justify;
	color : Blue;
	text-decoration : none;
}
A:HOVER {
	text-decoration : underline;
	color : Yellow;
	background-color : Red;
}

H1 {
	color : Yellow;
	font-family : cursive;
	font-size : 36px;
	font : Verdana;
}
H2 {
	color : Yellow;
	font-family : cursive;
	font-size : 28px;
	font : Verdana;
}
H3 {
	color : Lime;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 20px;
}
H4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Lime;
}
input  {
	color: White;
	background: Red;
	border: 2px solid #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-weight : bold;
	font-size: 12px;
}
textarea{
	color: White;
	background: Red;
	border: 1px solid #000000;
	font-family:Verdana,Arial;
	font-size: 12px;
}