body
{
	color : #11cccc;
	background-color: Black;

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	margin-left : 12px;
	margin-right : 12px;
}
H1
{
	background-color: Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 36px;
	font-style : bold;
	color : #3399ff;
	margin-left : 20px;
	margin-right : 20px;
	text-align: center;
}
H2
{
	background-color: Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-style : bold;
	color : #3399ff;
	margin-left : 10px;
	margin-right : 10px;
}
H3
{
	background-color: Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : bold;
	color : #3399ff;
}
H4
{
	background-color: Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : bold;
	color : #FFcc33;
}

H5
{
	background-color: Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : bold;
	color : #ffcc33;
}
pre
{
	background-color: Black;
	font-size : 14px;
	font-style : bold;
	color : #ccccff;
}

a:link
{ 
	color: #cccc33; 
   	text-decoration: underline;
}

a:hover
{  
	color: #cccc00;
	background-color:#0000ff;
	text-decoration: underline;
}

a:visited
{
	text-decoration: underline;
	color: #cccc33;

}



TD
{
	color: #11cccc;
	font-size : 12px;
	text-align: left;
	margin-left : 40px;
	margin-right : 10px;
}

TH
{
	color: #FFFF00;
	background-color:#3333FF;
	font-size : 12px;
	text-align: left;
}






