.faq {
	font-size: 12px;
	color: #333333;
}
a:link {
	font-size: 12px;
	color: #993300;
}
a:visited {
	font-size: 12px;
	color: #663300;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #0033FF;
	text-decoration: underline;

}
a:active {
	font-size: 12px;
	color: #FF9900;
}
p {
	font-size: 12px;
	color: #333333;
}
.bold {
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}
.bold2 {
	font-size: 18px;
	font-weight: bolder;
	color: #666666;
	text-decoration: blink;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-top-color: #993333;
	border-right-color: #993333;
	border-bottom-color: #993333;
	border-left-color: #993333;

}