.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: white;
	text-decoration: none;
}
a:active {
	text-decoration: none;
    color: white;
}
a:visited {
	text-decoration: none;
    color: white;
}
a:hover {
	text-decoration: underline;
    color: white;
}


.body {
	background-color: F5F5DC;
}
.mainFont {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	text-indent: 20px;
	line-height: 14pt
}

.mainFont:link {
	text-decoration: none;
	color:#006600;
}
.mainFont:active {
	text-decoration: none;
	color:#006600;
}
.mainFont:visited {
	text-decoration: none;
    color:#006600;
}


.headline {
	font-family: Times New Roman, Times, serif;
	color: black;
	font-size: 18px;
	font-weight: bold;
	}
	
.photo {
float: right;
margin: 0 0 0px 20px;
}
.indent {
text-indent: 20px
}
