BODY  {
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	background-color : White;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

A {
    color: #FF9900;
}

A:link {
}

A:visited {
}
 
A:hover  {  
    text-decoration: underline;
}

A.menu {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

IMG {
	border-color: Black;
}

H1 {

}

H2 {

}

H3 {

}

P {
	font-family: "Arial", sans-serif;
	color: Black;
}

UL {
    font-family: "Arial", sans-serif; 
    color: #FFFFFF;
}

OL {
    font-family: "Arial", sans-serif; 
    color: #FFFFFF;
}

DL {
    font-family: "Arial", sans-serif; 
    color: #FFFFFF;
}

.footer {  

}

LI  {
	/* margin-left: 0; */
	list-style : square;
}


UL, OL, LI  {
	/* margin-left: 0; */
	list-style : square;
}

UL, OL  {
	margin-top : 0.5em;
}