/* CSS Document */

#nav ul{
	list-style-type: none;
}


#nav li {
	font-family: "Arial";
	font-size: 13px;
	font-weight: bold;
	color: #353F30;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -40px;
	list-style-type: none;
	text-align: left;
}

#nav a:link {
	font-family: "Arial";
	font-size: 13px;
	font-weight: bold;
	color: #353F30;
	text-decoration: none;

}
#nav a:visited {
	font-family: "Arial";
	font-size: 13px;
	color: #353F30;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	font-family: "Arial";
	font-size: 13px;
	color: #353F30;
	font-weight: bold;
	text-decoration: underline;
}p {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
h1 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
li {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}
a:link {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
