/* CSS Document */

body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
}
body {
	background-color: #ECE9D8;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #2E3649;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #7377A8;
}
a:active {
	text-decoration: underline;
	color: #FFFF00;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	display: inline;
}
h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	display: inline;
}

.nav {
	font-size: 16px;
}
.footer {font-weight: bold; font-size: 13px;}
p {
	text-indent: 16px;
}
h2 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	display: inline;
}
h4 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	display: inline;
}
.underline {
	text-decoration: underline;
}
.altnav {
	color: #F3E4C7;
	font-size: 16px;
	font-weight: bold;
}
