/* CSS Document */

body {
	background-image: url(bg4.jpg);
	font-family: "Book Antiqua", "Bookman Old Style", Georgia, "MS Serif";
	}

h1 {
	font-family: "Bookman Old Style", "Book Antiqua", Georgia, "MS Serif";
	color: #050a22;
	font-size: 2.7em;
	font-weight: lighter;
	margin-bottom: 4px;
	margin-top: 4px;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	}	
h3 {
	font-size: 1.3em;
	}	
h4 {
	font-size: 1.1em;
	color: #003333;
	}


hr {
	color: #003333;
	}

a:link {
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
	}
a:visited {
	color: #0066FF;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover {
	color: #000033;
	text-decoration: none;
	}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	}	
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
#nav a:hover {
	color: #003366;
	text-decoration: underline;
	}						
hr {
	color: #5B6EB3;
	}