img.expand { width: 20em; }

body {
font-family:verdana; font-size:10px;
}
body {
background-color : #000000; 
}
p {
font-size:10px;
font-family:verdana;
margin-bottom:0;
margin-top:0;
}
A:link {
text-decoration : none; 
color : #EB0712; 
} 
A:visited {
text-decoration : none; 
color : #EB0712;
} 
A:hover {
text-decoration : underline; 
color : #EB0712; 
} 
#navcontainer { width: 135px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana;
font-size:12px;
margin-bottom:0;
}

#navcontainer a
{
display: block;
padding: 5px;
width: 135px;
background-color: #000000;
border-bottom: 1px solid #eee;
color : white;
}

#navcontainer a:link, #navlist a:visited
{
color: #ffffff;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #EB0712;
color: #ffffff;
}