
<!-- Standard.css - Stylesheet for simple yellow page with blue text. -->

a:hover
{    color:#0066ff; 
     text-decoration:none;
} 

p
{ 
   font-family:Arial, Helvetica, sans-serif;
}

body 
{    
   font-family: Arial, Helvetica, sans-serif; 
}

.heading 
{    
     font-family: Arial, Helvetica, sans-serif; 
     font-style: Bold; 
	 color:purple
}

SPAN.topic
{
    font-weight: lighter;
    font-size: medium;
    color: #0066ff;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}

 <!-- position fixed, absloute or relative --> 		
.floatleft
{
	float: left;
	margin: 0 0 10px 10px;
}
			
#outofnormal
{
    position: absolute;
    left: 5px;
	top: 36px;
	padding: 0px;
	float: left;
}
			
#mainbody
{
	position: relative;
	left: 130px;
	top: 5px;
	width: 700px;
	
}

#nav
{
  background-color: #CCCCFF;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#yahooTicker
{
   float: right;
   position: relative;
   top: 10px;
}