body {
background-color: #f0f0f0;
}
A:link {
color:#0080d0;
}
A:visited {
color:#999999;
}
A:active {
color:#ffffff;
}
A:hover {
color:#ffaf33;
}
A:link,A:visited,A:active{
text-decoration:none
}
A:hover {
text-decoration:underline
}
font {
color:#333333;
font-size:11px;
line-height:20px;
}
