.class1 {position: absolute; z-index: 3; top: -1; left: 0px;}

BODY { 
background-color: black;
color: white;
background-repeat: no-repeat;
FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
 }

A:active
{
    FONT-FAMILY: Helvetica, sans-serif;
    FONT-SIZE: 13px;
COLOR: #ffffff;
text-decoration: none;
}

A:visited
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
COLOR: #ffffff;
text-decoration: none;
FONT-SIZE: 13px;
}

A:link
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
COLOR: #ffffff;
text-decoration: none;
FONT-SIZE: 13px;
}

A:hover
{
    COLOR: #ff9900;
text-decoration: none;
FONT-SIZE: 13px;
}
	
.defaultHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size= 20px;
	color: #F29100;
}

.paragraphHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size= 14px;
	color: #FF9900;
}

.defaultBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size= 13px;
	color: #ffffff;
}
