a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #0000CC;
	text-decoration: underline;
	font-style: normal;
}
a:visited {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #990099;
	font-style: normal;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FF9900;
	font-style: normal;
}
button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9522;
	background-color: #353535;
}
li {
	list-style-position: outside;
	list-style-type: circle;
}
li {
	font-weight: normal;
	list-style-position: outside;
	list-style-type: decimal;
}
li {
	list-style-position: outside;
	list-style-type: disc;
}

.qabutton { width: 20em; }