/* vb2000a.css:  for use everywhere except class lists */

body {
background: #CC99FF;
}

b, H3, LI, p, td {
color: #6600CC;
font-family: 'Trebuchet MS', 'Verdana', 'Arial', 'Helvetica', Sans-Serif;
}

a:link {
font-weight: bold;
color: #FF0000;
text-decoration: none;
}

a:visited {
font-weight: bold;
color: #0000FF;
text-decoration: none;
}

a:active {
font-weight: bold;
color: #FF6633;
text-decoration: none;
}

a:hover {
font-weight: bold;
color: #9933CC;
text-decoration: none;
}


