body
{
	background:#ffffff;
	margin:0; 
	padding:0;
}

H1
{
	font-size: 25px;
	font-weight: bold;
	color: #000000;
}

h2
{
	font-family: Comic Sans MS;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align:justify;
}

h3
{
	font-weight: bold;
	color: #ff00ff;
}

h4
{
	font-size: 15px;
	color: #cc0066;
	text-align:justify;
}

h5
{
	font-size: 17px;
	color: #0000ff;
	text-align:justify;
}

.menu,.forms
{
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
}

.footer
{
	font-family: Helvetica;
	font-size: 11px;
	color: #000000;
}

A:Link
{
	text-decoration: none;    
}

A:visited
{
	color: #000000;
	text-decoration: underline;
}

A:HOVER
{
	text-decoration: none;
    color:#000000;
}

