.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003333;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660033;
	text-decoration: none;
	font-weight: normal;
}
.links:hover {
	
	text-decoration: underline;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003333;
	font-weight: bold;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #003333;
	font-weight: bolder;
	border: 1px solid #009966;
	background-color: #CCFFCC;
	padding: 15px 50px;
	font-variant: small-caps;
	text-transform: capitalize;
	margin: 15;
	display: block;
}
.picframe {
	background-color: #CCFFCC;
	border: 1px solid #009966;
}
.boldlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660033;
	text-decoration: none;
	font-weight: bold;
}
.boldlinks:hover {
	
	text-decoration: underline;

}
.picture {
	padding: 15px;
}
.NavLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003333;
	text-decoration: none;
	background-color: #99CC99;
	background-position: center center;
	text-align: left;
	padding: 3px;
	width: 100%;
	font-style: normal;
	text-transform: capitalize;
	font-variant: normal;
	display: block;
}
.NavLinks:hover {
	color: ffffff;
	background-color: 003333;
}
