body {

height: 100%;

color: black;

background-color: white;

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size: 12px;

margin: 0px;

padding: 0px;

}



a:link {color: #009; font-weight: bold}     /* unvisited link */

a:visited {color: #336; font-weight: bold}  /* visited link */

a:hover {color: #900; font-weight: bold}   /* mouse over link */

a:active {color: #900; font-weight: bold}   /* selected link */



ul{

padding: 0px 30px 0px 30px;

margin: 0px 0px 0px 0px;	

}



ol{

padding: 0px 30px 0px 30px;

margin: 0px 0px 0px 0px;	

}



.bold{

font-weight: bold;

font-size: larger;

background-color: #6666FF;

border-top: 1px solid #330066;

border-left: 1px solid #330066;

padding:2px;

}

.nodisplay {
display: none;

}

h3{

font-weight: bold;

font-size: 18px;

}