body{
    font-family: tahoma, arial, helvetica;
    margin-top:0;
    margin-left:0;
	margin-right:0;
    color:#000080;
    background-color: #ffffff;
    }

h1,h2,h3,h4,h5,h6{
    color: #000080;
    color: rgb(80,80,164);
    font-weight:bold;
}

a    {
    color: #000080;
    text-decoration: none;
	font-weight:bold;
	font-size: x-small;
}
a.active{
   text-decoration: none;
    color:#00ff00;
	}

a.visited{
   text-decoration: none;
   color:#000080;
   }

a.hover{
    background-color: #c0c0c0;
    text-decoration: underline;
    color: #dadae6;
   }

a.head   {
  color: rgb(242,244,198);
  text-decoration: underline;
  font-size: x-small;
  }
 
.abnormal{
  color: rgb(255,255,255);
  background-color: rgb(0,65,134);
  font-size: x-small;
  }


.normal{
  color: rgb(0,65,134);
  background-color: rgb(255,255,255);
  font-size: x-small;
  }

.highlight{
  color: rgb(0,65,134);
  background-color: rgb(242,233,198);
  font-size: x-small;
  }

.tblhead{
  color: rgb(242,233,198);
  background-color: rgb(100,11,52);
  font-size: x-small;
  }
.note{
  color: rgb(242,233,198);
  background-color: rgb(104,110,164);
  font-size: x-small;
  }
 
li{
  margin-left:0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: x-small;
  }

ul{
  margin-left:20px;
  font-size: x-small;
  }
 
