@charset "UTF-8";
/* CSS Document */

a:link {
	color: #9e770c;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {text-decoration: underline;
	}
	
a:visited {
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}

#nav {
	text-transform: uppercase;
	text-align: center;
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	padding: 0;
	
}

#nav ul {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	list-style-type: none; 
	
}

#nav li {
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
}

.smallText {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.centeredText {
	text-align:center;
}

#nav2 {
	text-transform: uppercase;
	text-align: center;
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	
}
	
	
#nav2 ul {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	list-style-type: none; 
	
}

#nav2 li {
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
}
	
	