table {
	font-family: "Century Gothic";
	font-size: x-small;
	color: #000066;

}
.main {
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #CC9933;
}
