yle type="text/css">
body, ul, li {
margin: 0;
padding: 0;
font: normal 12px/20px Arial;
}
li {
list-style: none outside none;
height: 20px;
background: #F3F3F3;
}
li.even {
background: #FAFAF0;
}
span {
font: normal 11px/20px Arial;
width: 24px;
margin: 0 8px;
text-align: right;
}
a {
color: #000;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
|