h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
	text-align: center;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
	text-align: center;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
	text-align: center;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
	font-style: italic;
	text-align: justify;
	margin-right: 200px;
	margin-left: 200px;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(back.gif);
	color: #996600;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
}
a:active {  color: #0033CC}
a:hover {  color: #3399FF; background-color: #FFFFCC}
a:link {  color: #0033CC}
a:visited {  color: #0033CC}
