/* Massey Shaw style-sheet */
BODY, P, TABLE, TD, OL, UL, CENTER, DD {
 color: #000000;
 font-family: Arial, Helvetica, Sans-Serif;
 background-color: #FFFFFF;
}
BODY {
 scrollbar-face-color: #CC0000;
 scrollbar-arrow-color: #FFFFFF;
 scrollbar-track-color: #E0E0E0;
 scrollbar-shadow-color: #7F0000;
 scrollbar-highlight-color: #FF8080;
 scrollbar-3dlight-color: #FFB2B2;
 scrollbar-darkshadow-Color: #400000;
}
TH, DT {
 color: #EE0000;
 font-family: Arial, Helvetica, Sans-Serif;
 font-weight: bold;
}
H1, H2, H3, H4, H5, H6 {
 color: #EE0000;
 font-family: Arial, Helvetica, Sans-Serif;
 font-variant: small-caps;
}
HR {
 color: #EE0000;
}
INPUT.button, INPUT.submit, INPUT.reset, BUTTON, .button {
 color: #FFFFFF;
 background-color: #CC0000;
 font-weight: bold;
}
INPUT.here {
 color: #FF6600;
 background-color: #BBBBFF;
 font-weight: bold;
}
A:link, A:visited, A:active {
 color: #000088;
 font-weight: bold;
 text-decoration: underline;
}
A:hover {
 color: #CC0000;
 font-weight: bold;
 text-decoration: underline;
}
.title1 {
 text-align: center;
 vertical-align:top;
 background-color:#999999;
 color: #FFFFFF;
 font-size: xx-large;
 font-weight: bold;
 font-variant:small-caps;
}
.title2 {
 text-align: center;
 vertical-align:top;
 background-color:#999999;
 color: #FFFFFF;
 font-size: small;
 font-weight: normal;
 font-variant:small-caps;
}
.title3 {
 text-align: center;
 vertical-align:middle;
 background-color:#999999;
 color: #FFFFFF;
 font-size: xx-small;
 font-weight: normal;
 font-variant:small-caps;
}
.footer {
 text-align: center;
 vertical-align:top;
 background-color:#999999;
 color: #FFFFFF;
 font-size: x-small;
}
.menu {
 text-align: center;
 vertical-align:top;
 background-color:#999999;
 color: #FFFFFF;
 font-size: medium;
}
.white {
 text-align: center;
 vertical-align:top;
 background-color:#FFFFFF;
 color: #FFFFFF;
}
.disabled {
 color: #888888;
}
.splash {
font-size: smaller;
color: #FFFFFF;
text-decoration: blink;
}