/* $Header: /home/jsellens/CVSHOME/www/monistics/styles/monistics.css,v 1.1.1.1 2003/01/13 06:54:03 jsellens Exp $ */

/*
a.navbar:link { color: white; text-decoration: none }
a.navbar:visited { color: white; text-decoration: none }
a.navbar:hover { color: white; text-decoration: none }
*/

a.nodecor:link { text-decoration: none }
a.nodecor:visited { text-decoration: none }
a.nodecor:hover { text-decoration: none }

a.stealth:link { color: black; text-decoration: none }
a.stealth:visited { color: black; text-decoration: none }
a.stealth:hover { color: black; text-decoration: none }

.navbar {
    font-size: +0;
    font-family: sans-serif, helvetica, verdana, trebuchet, sans-serif;
    font-weight: bold;
    color: white;
    text-decoration: none;
    }

.headtext {
    font-size: +0;
    font-family: trebuchet, helvetica, sans-serif;
    font-weight: bold;
    color: blue;
    }


h1 {
    font-family: verdana, sans-serif, trebuchet, helvetica, sans-serif;
    font-size: x-large;
    font-weight: bold;
    font-style: normal;
    color: blue;
}

/* this makes this the default, since everything is in the body */
/* but netscape seems to get the second paragraph wrong if we don't
   say "p" here too - or at least, I had a
   <p><blockquote></blockquote></p><p></p>
   and the second <p> was in the wrong font */
body, p, ul {
    font-family: sans-serif, trebuchet, helvetica, sans-serif;
}
