/* CSS Document */
body {
color: #669999;
font-family: verdana;
font-size: small;
}
#links {
width: 400px;
}
a:link {
text-decoration: none;
color: #669999;
}
a:hover { 
border: thin solid #669999;
color: #669999;
padding: 1px;
}
a:visited {
text-decoration: none;
color: #669999;
}

