P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : Navy;
	text-decoration : none;
	font : bold;
}

A:Visited  {
	color : Navy;
	text-decoration : none;
	font : bold;
}

A:Active  {
	color : Navy;
	text-decoration : none;
	font : bold;
}

A:Hover  {
	color : Red;
	text-decoration : none;
	font : bold;
}

   a.popup {
      position:relative;
      z-index:24;
   }
   a.popup:hover {z-index:25; background-color:#FFFFFF; color:#000000;
   }
   a.popup span {display:none; 
   }
   a.popup:hover span {
      display:block;
      position:absolute;
      top:35px; left:10px;
      width:200px;
      padding:2px;
      border:3px dashed #AA0000;; 
      background-color:#FFFFFF; color:#000000;
  }
    
  
BODY  {}

