@charset "UTF-8";
#nav1 a:link  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #E6FFE3;
	font-weight: 400;
	text-decoration: none;
	padding-left: 8px;
	line-height: 29px;
	text-align: left;
}
#nav1 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 400;
	color: #E6FFE3;
	text-decoration: none;
	padding-left: 8px;
	line-height: 29px;
	text-align: left;
}
#nav1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 400;
	color: #4B5774;
	text-decoration: none;
	background-color: #B5C5AE;
	padding: 5px;
	text-align: left;
}
#nav1 {
	padding-left: 10px;
}

