
a:link { color: #FF0033; font-size: 90%; text-decoration: none }
a:active { color: yellow; text-decoration: none }
a:visited { color: #FF0033; font-size: 90%; text-decoration: none }
a:hover { color: white; text-decoration: none; background: #FF0033 }

commentary {font-family: "verdana"; font-size: 75%;}

#container
{
width: 96%;
margin: 5px auto;
background-color: #ffffff;
color: black;
border: none;
line-height: 130%;
font-family: "courier"; "times new roman"; sans-serif; 
font-size: 90%;
}




#leftnav
{
float: left;
width: 150px;
margin: 0;
padding: 5px;
}

#content
{
margin-left: 160px;
font-family: "courier"; "times new roman"; sans-serif; 
font-size: 90%;
}


#innercontent
{

}


