# $Id: style2.css,v 1.2 2003/10/13 21:08:28 dtseiler Exp $

BODY,TD {
    font-family : albany, verdana, arial, helvetica, sans-serif; 
    #font-family : thorndale, "Times New Roman", serif;
    font-weight : normal; 
    font-size : 12px;
    color : #000000; 
    #background-color : white;
    width : auto; 
}

H1, H2 {
    font-family : albany, verdana, arial, helvetica, sans-serif; 
    font-style : normal; 
    font-variant : normal; 
    font-weight : bold; 
    color : #000000; 
    background-color : transparent; 
}

A {
    color : #003399;
}

A:link { text-decoration:none; } 
A:visited { text-decoration:none; } 
A:active { text-decoration:none; } 
A:hover { text-decoration:underline; color:#0066FF; } 

BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT {font-family: sans-serif, Verdana, Arial, Geneva; font-size: small; } 
B {font-family: verdana,arial,helvetica,sans-serif; font-size: small; } 
PRE,TT { font-family: courier,sans-serif; font-size: small; } 

