/* Pretty simple stylesheet for CSS: adjust font-family, color, background-color to taste */
body{ 
font-family: Georgia, Verdana,sans-serif; /* adjust to taste */
color:navy;                               /* adjust to taste */
background:white;                         /* adjust to taste */
}

h1,h2,h3,h4,h5,h6 {margin-top:.5em; margin-bottom:.1em; 
font-family:Verdana,sans-serif;          /* adjust to taste */
color:darkred;                           /* adjust to taste */
}

form.search input.textbox { 
	margin: 0; 
	width: 20px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}


table {font-size:100%} /* Fixes IE inheritance failure */
th, td {vertical-align:top;}
a {color:darkgreen; text-decoration:none} /* adjust to taste */
a:hover{ color:darkred;text-decoration:none;}
pre, code {color:black; background-color:white; font-size:8pt}
p {margin-top:.3em; margin-bottom:.7em}
ul {list-style-type:disc}
li {margin-bottom:.3em}
hr {color:darkred; background-color:darkred} /* adjust to taste */
h1 {margin-top:0}
/* Tidy up tables pasted in from MS Word */
.MsoNormalTable, .MsoTableGrid {width:auto !important; border-collapse: collapse!important;}
.MsoNormalTable *, .MsoTableGrid * {width:auto !important; padding:.5em !important; margin:0 !important; }
@media print {
  .noprint {display:none}
}

/* Public domain: found at http://www.unverse.net/whizzery/simple.css */
