@import url( ns4skip1.css );
BODY {
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: rgb(255,255,255);
	color: Black;
}

H1 {
	background-color: Maroon;
	color: white;
	text-align : center;
	font-size: 14pt;
}
h2
{
	background-color: Maroon;
	color: white;
	text-align : center;
	font-size: 12pt; 
}
h3
{
	background-color: Maroon;
	color: white;
	text-align : center;
	font-size: 10pt;  
}
h4
{
	background-color: Maroon;
	color: white;
	text-align : center;
	font-size: 10pt; 
}
h5
{
	background-color: Black;
	color: white;
	text-align : center;
	font-size: 8pt;
}
h6
{
	background-color: Gray;
	color: Maroon;
	text-align : center;
}

A:Hover 
{
	color: Red;
	background-color : Silver;
}
a:link
{
	color: Blue;
}
a:visited
{
	color: Maroon;
} 
a:active 
{
	color: Purple;
}

.ahem 
{
	display: none;
	font-family : Times;  
}	  
#form_01 {
    visibility: hidden;
    display: none;
}	