   body { font-family: Book Antiqua }
   a:link    {
   	color : Blue;
   	text-decoration: none;
   }
   a:visited { color : Blue; text-decoration: none}
   a:hover   { color : Red; text-decoration: none}
   h3 {    	font-size: 20;
	color : Red }
   div {
   	font-size: 16;
   	font-style : bold;
   	color : Red;
   }
