body{
   color: #000000;
   background: #ffffff;
   font:  12pt  times,arial, helvetica, sans-serif;
}


h1 {
   font: bold 20pt times,arial, helvetica, sans-serif;
   margin-top: 1px;
   margin-bottom: 1px;
}

h2 {
   font: bold 18pt times,arial, helvetica, sans-serif;
   margin-top: 1px;
   margin-bottom: 1px;
}

h3 {
   font: bold 16pt times,arial, helvetica, sans-serif;
   margin-top: 1px;
   margin-bottom: 1px;
}

p,ol,ul{
  font:  12pt  times,arial, helvetica, sans-serif;
}


.navbutton{
   font:  bold 100% times, arial, helvetica, sans-serif;
   text-decoration: none;
   color: #ffffff;
   background: #0000ff;

}
.navbutton:hover{
  text-decoration: underline;
  color: #0000ff;
  background: #ffff00;
}

.leftside{
   text-decoration: none;
   color: #ffffff;
   background: #000099;
   font:  bold 90% times, arial, helvetica, sans-serif;
}

.leftside:hover{
  text-decoration: underline;
  color: #0000ff;
  background: #ffff00;
}


a{
  color: #0000ff;
  text-decoration: underline;
}

a:visited{
  text-decoration: underline;
  color: #aaaa00;
}

a:hover{
  text-decoration: none;
  color: #000000;
  background: #ffff00;
}

.bold{
   font-weight: bold;
}
.small{
   font-size:70%;
}

.rightbox{
   background:#666666;
}

.footer{
   font-size:70%;
}
