body {
  padding-left: 1em;
  font-family: arial;
  color: #000066;
  background-color: #FFFFFF; }

code {
font-size:15px;
font-weight:bold;
}

pre {
font-size:15px;
font-weight:bold;
}

ul li {
list-style-type: square;
line-height:150%;
}
ul li.second {
list-style-type: circle;
line-height:150%;
}

h3 {
text-align:center;
border:2px solid red;
/* outline:green dotted thick; */
}
a:link { text-decoration: none; COLOR: #0000FF; font-weight:bold;
}
a:visited {text-decoration:none; COLOR: #0000FF;font-weight:bold;
} /* visited link */
a:hover {text-decoration:underline; COLOR: #0000FF;font-weight:bold;
}   /* mouse over link */
a:active {text-decoration:underline; COLOR: #0000FF;font-weight:bold;
}  /* selected link */

h4 {
text-decoration: underline;
}

.one
{
width:98%;
spacing:8;
padding:8px;
border:0;
font-size:12px;background-color:#66ccff;
}
.two
{
width:98%;
spacing:8;
padding:8px;
border:0;
font-size:12px;background-color:#99FF99;
}


