
/* FrontierScience.com style sheet */

ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, 
DIV, DL, DT, FORM, LI, MENU, OL, P, TD, TH, UL
{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: black; }

H1, H2, H3 { font-family: Verdana, Arial, Helvetica, sans-serif; color: black; }
H1 { font-size: 24px; margin-top: 30px; padding-top: 0px; }
H2 { font-size: 18px; }
H3 { font-size: 14px; }

BODY { margin: 0px 0px 40px 0px; padding: 0px; }
HR   { color: #999999; background-color: #999999; }

.navbar { font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; 
          font-weight: bold; color: navy; }
.bottomnav { font-weight: bold; }

A:link    { color: #0000CC; font-weight: bold; text-decoration: none; }
A:active  { color: #0000CC; font-weight: bold; text-decoration: none; }
A:visited { color: purple;  font-weight: bold; text-decoration: none; }
A:link:hover, A:active:hover, A:visited:hover 
{ color: #0000CC; font-weight: bold; text-decoration: underline; }

.bottomnav A:visited, A.static:visited { color: #0000CC; }

.navbar A:link    { color: navy; font-weight: bold; text-decoration: none; }
.navbar A:active  { color: navy; font-weight: bold; text-decoration: none; }
.navbar A:visited { color: navy; font-weight: bold; text-decoration: none; }
.navbar A:link:hover, .navbar A:active:hover, .navbar A:visited:hover 
{ color: navy; font-weight: bold; text-decoration: none; background-color: white; }

/* end of style sheet */