body {
	  background-image: url(images/page_bkgd13.jpg);
	  background-repeat: no-repeat;
      background-position: center top;
      background-attachment:fixed;
      scrollbar-arrow-color: #66CCCC;
      scrollbar-base-color: #000000;
	  background-color: #000000;
      font-family: Verdana, Arial, Helvetica, sans-serif;
	  color: #FFFFFF;	  
}

a {
      text-decoration: none;
	  font-weight: bold;
}

a:link {
	color: #66CCCC;
}

a:visited {
	color: #66CCCC;
}

a:active {
	color: #FFFFCC;
}

a:hover {
      text-decoration: none;
	  color:#FFFF99
}