/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/footer.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #003366;
}
h2 {
	color: #666666;
}
h3 {
	color: #000066;
}
a:active, a:link {
	color: #000033;
}
a:hover {
	color: #003366;
}
