@charset "iso-8859-1";
/* CSS Document */
  body {background-color:#FFFF99; font:Arial, Helvetica, sans-serif;}
  body.main {background-color:#FFFFFF}

  h2 {color:#3300CC;}

  a {text-decoration:none; cursor:pointer ;}
  a:link { color: #000066;  }  /* for unvisited links */
  a:visited { color: black; } /* for visited links */
  a:active { color: blue; } /* when link is clicked */
  a:hover {font-weight: bold; color: #FF6600; text-decoration:none; } /* when mouse is over link */

  .popup {
	color: #0000FF;
	font-weight: bold;
	cursor:pointer;
  }