.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #7D6A55;
}
a.header:link {
	text-decoration: none;
}
a.header:visited {
	text-decoration: none;
}
a.header:hover {
	text-decoration: underline;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #D9D9A5;
	text-align: right;
}
a.footer:link {
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
}

.htmlBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #7D6A55;
	padding : 17px;
}
a.htmlBody:link {
	text-decoration: underline;
}

.currentSection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color:#5F5141;
}
a.currentSection:link{	
	text-decoration: none;
}
a.currentSection:visited{	
	text-decoration: none;
}
a.currentSection:hover{	
	text-decoration: none;
}
