body{
background: #000;
color: #aaa;
font: x-small sans-serif;
}
:link{
background: #000;
color: #fff;
text-decoration: none;
}
:link img{
border: none;
}
:visited{
background: #000;
color: #eee;
text-decoration: none;
}
:visited img{
border: none;
}
:active{
background: #000;
color: #555;
}
dt{
font-size: larger;
}

