/* vb2000b.css:  for use in class lists */
/* the sole difference is that td has font-size:small added here */

body {
background: #CC99FF;
}

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

td {
font-size: small;
vertical-align: top;
}

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: #9933CC;
text-decoration: none;
}

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