
body {
 background-color: #CCFFCC;
/* background-image: url("netbkgnd12.jpg");*/
 font-family: "trebuchet ms", Arial, Helvetica;
 font-weight: 500;
 color: #000040;
}

.MyTitle {
  background: linear-gradient(to left, #006633, #3CB371);
  border: 1px solid #006633;
  border-radius: 5px;
  color: #113333;
  font-family: Geneva;
  FONT-SIZE: 32pt;
  padding: 12px 20px 12px 50px;
}

.MySubtitle {
  background: linear-gradient(to right, #006633, #3CB371);
  border: 1px solid #006633;
  border-radius: 5px;
  color: #113333;
  font-family: Geneva;
  FONT-SIZE: 18pt;
  padding: 8px 20px 8px 50px;
}


a:link{
  color: #0000D0;
  text-decoration: underline;
  font-weight: 500;
}

a:visited{
  color:#000080;
  font-weight: 900;
}

a:active{
  color:#669999;
}

h3 {
  margin-bottom: 0px;
  margin-top: 0px;
}

p {
  margin-left: 0px;
  text-align: left;
  font-size: 0.875em;
}

ol {
  font-size: 0.875em;
}
ul {
  font-size: 0.875em;
}

