/* This is the style sheet for the FAQ page */
.QNA {
	margin: 10px;
	border: 1px solid Black;
	padding: 10px;
	background-color: #F5F5DC;
}

.QNA p {
		text-indent: 0;
}

div#mainBody p {
	text-indent: 0px;
}

div#mainBody a:link, div#mainBody a:visited {
	color: Navy;
		text-decoration: none;
}

div#mainBody a:hover, div#mainBody a:active {
	color: silver;

}


