.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a:link { color: yellow; text-decoration: none }
a:active { color: yellow; text-decoration: none }
a:visited { color: yellow; text-decoration: none }
a:hover { color: yellow; text-decoration: underline }

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

a.footer:link { color: white; text-decoration: none }
a.footer:active { color: white; text-decoration: none }
a.footer:visited { color: white; text-decoration: none }
a.footer:hover { color: white; text-decoration: underline }

.column1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

a.column1:link { color: white; text-decoration: none }
a.column1:active { color: blue; text-decoration: none }
a.column1:visited { color: white; text-decoration: none }
a.column1:hover { color: #fda079; text-decoration: none }

.column2header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.column3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fda079;
}

a.column3:link { color: #fda079; text-decoration: none }
a.column3:active { color: #fda079; text-decoration: none }
a.column3:visited { color: #fda079; text-decoration: none }
a.column3:hover { color: white; text-decoration: none }

