body { 
font-size: 11px;
background-color: #ffffff;
text-align: left;
font-family: Verdana, Arial, Palatino, Sans-Serif;
}

H1 { font-family: courier, Courier New; }
.yellow { background-color: yellow; }
.italic { font-style: italic; }

.spantest {
width: 200px;
font-size: 11px;
font-weight: bold;
color: #000000;
/*padding-top: 5px;*/
/*padding-bottom: 5px;*/
/*padding-left: 10px;*/
/*padding-right: 5px;*/
font-family: Verdana, Arial, Palatino, Sans-Serif;
}
.black {
display: block;
color: #ffffff;
text-indent: 10px;
padding-top: 2px;
padding-bottom: 3px;
background-color: #000000;
border-bottom: 1px solid #ffffff;
}
.spantest a {
display: block;
color: #000000;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 5px;
background-color: #d2d2d2;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}
.spantest a:active {
color: #000000;
}
.spantest a:visited {
color: #000000;
}
.spantest a:hover {
background-color: #999999;
color: #000000;
}
.spantest.last {
border-bottom: none;
}