BODY 
	{
	background-color: #003300;
	leftmargin: 5px;
	topmargin: 5px;
	font-family: Tahoma,Verdana,Arial;
	font-style: none;
	font-size: 18px;
	}

h1 
	{
	color: navy;
	font-family: Tahoma,Verdana,Arial;
	font-size: 24px;
	}
h2
	{
	color: green;
	font-family: Tahoma,Verdana,Arial;
	font-size: 20px;
	}
p, div, td 
	{
	color: brown;
	font-family: Tahoma,Verdana,Arial;
	font-size: 16px;
	}
BIG 
	{
	color: blue;
	font-size: 28px;
	font-weight: bold;
	}
TABLE 
	{
	font-size: 12px;
	}
SMALL 
	{
	font-size: 10px;
	}

a:active, a:visited, a:link
	{
	color:green;
	text-decoration: none
	}
a:hover
	{
	color:orange ;
	text-decoration: none ;
	cursor: hand
	}
	
