
BODY {
   color : #000000;
   background-color : #ffffff; 
   background-image : none; 
   font-family: arial;

}


A:visited {
   color : #008899;
   background-color : #ffffff;  
   text-decoration : none; 
   font-weight: bold;
}


A:link {
   color : #008899;
   background-color : #ffffff;  
   text-decoration : none;
   font-weight: bold; 
}


A:hover {
   color : #218421;
	 background-color : #DCDEFC;  
   text-decoration : none; 
}


A:active {
   color : #0000ff;
	 background-color : #ffffff;  
   text-decoration : none; 
}


#header {
   background-image : url(); 
   background-repeat : no-repeat; 
   margin : 0; 
}

p { 
   text-indent: 2em; margin-top: 0; margin-bottom: 0; 
}

.title {
        color : #008899;
        font-family: arial;
        font-weight: bold;
       }

.largetitle {
        color : #008899;
        font-family: arial;
        font-weight: bold;
        font-size: 140%
       }
.courier
  {
        font-family: courier new;
        font-size:80%;
  }
