body {
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #006699;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	list-style-type: none;

}
a:link {
   color: #000066;
   text-decoration: none;
   }
a:active {
   color: #000066;
   text-decoration: none;
   }
a:visited {
   color: #000066;
   text-decoration: none;
   }
a:hover {
   color: #990000;
   text-decoration: underline;
   }
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #000099;
}
