.links {
	background-image: url(images/nav_bar.gif);
	background-repeat: no-repeat;
}
.main {
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-y;
}
.mainLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: none;
}
.subLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #000099;
}
.bottomLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: underline;
}
