/* External Style Sheet  Filename: main  Date: 2002-01-05 */
	
	a:link    {text-decoration: none; color: blue; }
  a:active  {text-decoration: none; color: blue; }
  a:visited {text-decoration: none; color: blue; }
  a:hover   {text-decoration: none; color: red;  background-color: aqua;  }
	body{
		text-align:center;	 
		color: black;
	}
	h1{
		 color:#993333;
	}
	p.small{
	  font-size: 80%;
  }
