body{
	background: white;
	color: black;
}
a:visited{
	color: blue;
	text-decoration: none;
}
a:hover{
	color: red;
	text-decoration: underline;
}
a:link{
	color: blue;
	text-decoration: none;
}
a:visited.footer{
	color: white;
	text-decoration: none;
}
a:hover.footer{
	color: white;
	text-decoration: underline;
}
a:link.footer{
	color: white;
	text-decoration: none;
}
.footer{
	color: white;
	font-size: 9pt;
	font-weight: bold;
	font-family: 'Times New Roman',
}
.main{
	font-size: 11pt;
	line-height: 14pt;
}
.f14{
	font-size: 11pt;
	line-height: 14pt;
}
