/*
 * style.css: CSS style definition file for the paraclete forum
 */

body {
 background: white;
 color: black;
 margin-left: 2%;
 margin-right: 2%;
 /*font-size: 12pt;*/
 font-family: verdana, arial, helvetica, sans-serif;
}

font {
 face: Verdana, Arial, Helvetica, sans-serif;
}

p {
 /*font-size: 11pt;*/
}

/* navigation link highlighting */
a.nav:link { color: #ccffcc;}
a.nav:visited { color: #ccffcc;}
a.nav:hover { color: #ffffff;}

h1 {
 text-align: left;
/*    margin-top: 5%;*/
 margin-right: 10%;
 text-align: center;
 color: #666699;
}

h2, h3, h4, h5, h6 {
 color: #666699;
}

li {
 /*font-size: 11pt;*/
}

pre {
 font-family: verdana, arial, helvetica, sans-serif;
 /*font-size: 10pt;
}
