a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-size: 1em;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;
}
a:active {
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
}
a:hover {
	font-size: 1em;
	color: #FF0000;
	text-decoration: none;
}


#questions a:link {
	color: #3A5B8B;
	text-decoration: underline;
}
#questions a:hover {
	color: #FF0000;
}
#questions a:visited {
	color: #3A5B8B;
	text-decoration: underline;
}

#questions a:active {
	color: #3A5B8B;
	text-decoration: underline;
}
#questions a:hover {
	color: #FF0000;
}
#questions {
	width: 100%;
	font-size: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
li {
	font-size: 1em;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
