.header {
	font-family: Garamond;
	font-size: 24px;
	color: #333366;
	font-weight: bold;
}
.header2 {
	font-family: Garamond;
	font-size: 18px;
	color: #663333;
	font-weight: bold;
}
.text {
	font-family: Garamond;
	font-size: 14px;
	color: #003333;
}
.text2 {
	font-family: Garamond;
	font-size: 14px;
	color: #001A33;
}
.bkgrnd {
	color: #C99C28;
}
body {
	background-color: #CCCC99;}
	
.NavLink {
	font-family:Garamond;
	color:#663333; 
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

a:link {
	color: #663333;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#663333;
	text-decoration:none;
	font-weight:bold;
}