
body 
{
    font-family : times new roman;
    font-size : 10pt;
    background-color : white;     
    color : #9fa0d0;
      text-align : center;
 
}

 
#main
{
 width: 693px;
 position : relative;
 background-color : white  ;
 text-align : center;
 margin : 0  auto;
 margin-top : 10;
 
 background-color : white; 
}


#mainMenu
{
  background-color : #9fa0d0; 
  width : 100%;
  margin : 0;
  height : 30;
  text-align : center;

}

#mainMenu UL
{
 margin : 0 auto;
}


#mainMenu UL A
{
 position : relative;
 margin-right : 20;
 top : 5;
 color : white;
 font-weight : 900;
text-decoration: none;
}

#mainMenu UL A:hover
{
 color : #fffbcc;
 text-decoration: underline;
}

#edTag
{
   position : relative;
   top : 100;
   
   float : center;
   font-family : tahoma;
   font-size : 10; 
   color : black;
}

#edTag A
{
   color : black;
   text-decoration: none;
}
#edTag A:hover
{
   color : red;
   text-decoration: underline;
}

