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

  h2 {color:#440000;}
  code {color:blue;}

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

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