@charset "ISO-8859-1";
.navhome {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	word-spacing: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 1f1f1f;
}
.tag {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #830e10;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
/*  CSS for green */
a:link.grn {
	color: #50715E;
	text-decoration: none;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a:visited.grn {
	color: #A16E6E;
	text-decoration: none;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a:hover.grn {
	color: #872828;
	text-decoration: none;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a:active.grn {
	color: #50715E;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}
.bio {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #50715E;
	background-position: left top;
	padding: 15 35 55 25;
}
.pad {
	padding: 4px;
}
