/* pardans.css*/


BODY {
   font-family : "New Century Schoolbook", Times, serif; 
   color : black; 
   background: white; 

}

A:visited {
   color : maroon; 
   background: white;  
}

A:link {
   color : blue; 
   background: white;  
}

A:active {
   color : red; 
   background: white;  
}

