/* CSS Document */
body{background:#003300;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px}
p{line-height:22px;
  }
a:link{color:#003300;
	   text-decoration:none;
	   font-weight:bold
	   }
a:visited{color:#003300;
	   font-weight:bold;
	   text-decoration:none}
a:hover{color:#003300;
	   text-decoration:underline;
	   font-weight:bold}
h1{font-size:22px;
	color:#006600;
	font-weight:bold;
	}
h2{font-size:16px;
	color:#006600;
	font-weight:bold;
	}