h2 {
	font-family: Verdana;
	font-size: 14px;
	text-decoration: none;
	color: #ff0000;
}
h3 {
	font-family: Verdana;
	font-size: 14px;
	text-decoration: none;
}

h4 {
	font-family: Verdana;
	font-size: 14px;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	margin-top: 1px;
	margin-bottom: 5px;	
}

.faqList {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 8px;
	background-color: #dddddd;
	border: 1px solid #7a7a7a;
}

.faqQuestion {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	padding-top: 8px;
	margin: 0;
}

.faqAnswer {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	padding: 3px;
	margin: 8px;
	margin-top: 1px;
	background-color: #dddddd;
	border: 1px solid #7a7a7a;
}

.comment {
	font-family: Verdana;
	font-size: 9px;
	color: #333333;
}

.articlelinkfront:link {
	color: #bc7768;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.articlelinkfront:visited {
	color: #4b8048;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.articlelinkfront:hover {
	color: #6f8d6d;
	font-size: 18px;
	font-weight: bold;
	text-decoration:underline;
}
.articlelinkfront:active {
	color: #475946;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.articlelinkfronts:link {
	color: #bc7768;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.articlelinkfronts:visited {
	color: #4b8048;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.articlelinkfronts:hover {
	color: #6f8d6d;
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
}
.articlelinkfronts:active {
	color: #475946;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}