/* CSS Document */

body {
 background-image: url(copper_bg.jpg);
 background-color: #5e300f;
 margin: 0px;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: .9em;
 }

h1 {
	color: #003333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	}
	
h2 {
	color: #000033;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	} 

hr {
	color: #86593C;
	}	

a:link {
	 color: #003333;
	 text-decoration: underline;
	 font-weight: bold;
	 }
a:visited {
	color: #003333;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover {
	color: #663300;
	text-decoration: none;
	}	 	
#links {
	font-weight: bold;
	font-family: verdana, tahoma, arial, sans-serif;
	}

#links a:link {
	color: #ffffff;
	text-decoration: none;
	}

#links a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#links a:hover {
	color: #000033;
	text-decoration: underline;
	}					
	
#nav {
	font-weight: bold;
	font-family: "Lucida Sans", verdana, tahoma, arial, sans-serif;
	font-size: 1.2em;
	}

#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

#nav a:visited {
	color: #FFF;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #2E1200;
	text-decoration: underline;
	}				
ul li {
	list-style-type: square;
	padding: 4px;
	}	