@charset "iso-8859-1";
body {
	background-color:transparent;
	background-color:#000000;
	background-image:url(../banner/fog.jpg);
	background-position: right;
	background-repeat:no-repeat;
	background-attachment:fixed;
	}

a:link { color:#0000FF; }
  a:visited { color:#FF0000; }
  a:hover { color:#FFFF00; }
  a:active { background-color:#AAAAAA; }

   h1 {
      font-size:16pt; font-style:italic; font-family:Arial, Helvetica;
      background-color:#0000FF; color:#FFFF00;
      border:6px double navy;
      height:34px; text-align:center;
     }
     p {
      font-size:12pt; color:#0000FF; font-family:Arial, Helvetica;
     }

