body {
	background-color: #336699;
	background-image: gifs/homebg.gif;
	background: #336699 url(gifs/homebg.gif) fixed;
	background-attachment: fixed;
}
a:link {
	color: #99CCCC;
	text-decoration: none;
}
a:visited {
	color: #99CCCC;
	text-decoration: none;	
}
a:active {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #99ffff;
	text-decoration: none;
}
