body 	
	{ 
	background-color: white; 
	color:            black;
      font:             ariel; 
	}

a:link, a:visited 
	{
      color:            blue; 
	text-decoration:  none;
	}

a:hover 	
	{
      color:            red; 
	text-decoration: underline;
	}

