BODY
{
	background-color : Black;
	color : yellow;
}
BODY.header
{
	background-color : black;
	color : yellow;
	margin: 0px 0px 0px 0px;
}
BODY.nav
{
//	background-color : #101010;
	background-color : black;
	color : black;
	margin: 1px 1px 1px 1px;
}
IMG
{
	border: "0";
}
A.nav
{
	color: yellow;
	text-decoration:none;
	font-weight : bold;
}
A.nav:hover
{
	color:white; 
	background: black;
}
A.nav:active
{
 text-decoration:underline;
}
A.nav:visted
{
	color: white;
	text-decoration:none;
	font-weight : bold;
}
A.see
{
	color : blue;
	background: black;
	text-decoration:none;
}
A.see:hover
{
	color : red;
	background: black;
	text-decoration:none;
}
A.see:active
{
 color:white; 
 background: black;
 text-decoration:none;
}
A.see:visted
{
	color : blue;
	background: black;
	text-decoration:none;
}
A
{
	color : blue;
	text-decoration:underline;
}
A:hover
{
	color : red;
	text-decoration:none;
}
A:active
{
 color:white; 
 text-decoration:none;
}
A:visted
{
	color : blue;
	text-decoration:underline;
}
H1
{
	font-size : 30px;
	font-style : normal;
	font-weight : bold;
}
H2
{
	font-size : 26px;
	font-style : normal;
	font-weight : bold;
	
}
H3
{
	color : red;
	font-size : 18px;
	font-style : italic;
	font-weight : bold;
}
P 
{
	margin-left: 10px;
	margin-right: 10px;
}
PRE{}