@charset   "UTF-8";
BODY{
  font-size : 100%;
  color : black;
  background-color : white;
  text-align : center;
  margin-top : 0px;

  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.Class{
  font-size : 100%;
    background-color : white;
  text-align : center;
}
A:visited{
  color : blue;
  background-color : white;
  text-decoration : underline;
}
A:hover{
  color : blue;
  background-color : white;
  text-decoration : none;
}
IMG { 
border : none; 
}

LI {
margin-left:0px;
list-style-type: none;
  color : blue;
  background-color : white;
  font-size : 90%;
  line-height : 25px;
  text-align : left;
}
H1{
  color : black;
  background-color : white;
  text-align : center;
  font-size : 100%;
  margin-top : 0px;
  margin-bottom : 0px;
}
H3{
  font-size : 100%;
  color : black;
  background-color : white;
  text-align : left;
  margin-left : 10px;
}
#navimenu{
  font-size : 90%;
  font-family : sans-serif;
  line-height : 25px;
  color : blue;
  background-color : white;
  text-align : left;
  margin-left : 3px;
}
A:link{
  color : blue;
  background-color : white;
}
#header{
  text-align : center;
  width : 800px;
  height : 215px;
}
