BODY { 
font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #e1d983; 
margin: 1px 25px; 
} 

H2 { 
background-color: #ffddcc; font-size: large; font-weight: 
100; font-style: oblique; color: #e1d983; text-indent: 1%; white-space: nowrap; 
line-height: 120%; 
} 

P { 
margin-left: 1% 
} 

UL { 
margin-left: 5% 
} 

a:link {
	color: #0000FF;
}

a:visited {
  color: #0000ff;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:active {
	color: #FF0000;
}

