/* CSS Document */

body {
	background-image: url(bg3.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	}
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 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;
	}