body { color: #00C; 
       background: white; 
       font-family: sans-serif;
       margin-left: 10%; 
       margin-right: 10%; 
       margin-top: 3%; }
a:link { color: #C06; font-weight: bold; text-decoration: none; }
a:visited { color: #F06; font-weight: bold; text-decoration: none; }
a:active { color: #F90; } 
a:hover { color: #F90; }
/* */
.bold { font-weight: bold; }
.boldit { font-weight: bold; font-style: italic; }
.boldrev { background: #00C; color: #FFF; font-weight: bold; }
.boldblue { color: #00C; font-weight: bold; }
.boldred { color: #C00; font-weight: bold; }
.boldgreen { color: #0C0; font-weight: bold; }
.boldblack { color: black; font-weight: bold; }
.bigfont { font-size: large; }
/* */
h1 { color: #137500; font-family: sans-serif; font-weight: bold; font-size: x-large; }
h2 { color: #0C0; font-family: sans-serif; font-weight: bold; font-size: large; }
h3 { color: #909; font-family: sans-serif; font-weight: bold; font-size: medium; }
table { border-style: none; }
th { text-align: left; color: #00C; font-family: sans-serif; vertical-align: text-top; }
td { color: #00C; font-family: sans-serif; }
hr { color: black; }
/* */
dt {color: #909; font-family: sans-serif; font-weight: bold; }