strong {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
.intro{
	padding: 3px 1%;
	width: 98%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}
.question {
	padding: 3px 1% 3px 4%;
	width: 95%;
	font-style: italic;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	background-color: #F2F3FF;
	font-size: 15px;
	color: #000033;
}

.answer {
	padding: 1% 1% 1% 4%;
	width: 95%;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #F1FAFE;
	font-weight: bold;
	font-size: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}
.top {
	padding-left: 50px;
}
.division {
	background-color: #0066FF;
	height: 3px;
	width: 100%;
}hr {
	background-color: #00CC99;
	height: 3px;
	width: 100%;
}
.content a:link {
	color: #000033;
	text-decoration: none;
}
.content a:visited {
	color: #000033;
	text-decoration: none;
}
.content a:hover {
	color: #0099E9;
	text-decoration: none;
}
.content a:active {
	color: #000033;
	text-decoration: none;
}
