h1 {
font-size: 18px;
}

a:link {
color: white;
text-decoration: none;
}

a:visited {
color: white;
text-decoration: none;
}
a:hover {
color: rgb(200,200,200);
font-weight: bold;
}

body {
font-size: 12px;
color: #cccccc;
background-color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif; 
}
