/* block level */
H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, { display : block ;}

/* inline level */
B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP,
IMG, SPAN { display : inline ;}

/* list-item level 
LI { display : list-item }*/

/* body */
BODY { background-color : white ;
       background-repeat : repeat-y ;
       background-attachment : scroll ;
       color : black ;
  font-size : 13px;
  text-decoration : underline;
  font-weight : normal;
}

A:link { color : blue ; 
         text-decoration : none ;}

A:visited { color : midnightblue ;
            text-decoration : none ;}

A:active { color : red ;
           text-decoration : none ;}

A:HOVER { text-decoration : underline ;
  cursor : auto;
}

A IMG { border : 0px solid blue ;}

UL { font-size : 12pt ;}

UL.normal { font-size : medium ;}

P.center { text-align : center ;}


TD{
  font-size : 14px;
  font-weight : normal;
}
TD A {
  font-size : 13px;
  font-weight : normal;
}
TD H4{
  font-size : 15px;
  font-weight : bold;
}
DIV.small{
  font-size : 11px;
}
