body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
} 
a:hover { 
	color: red; 
} 
.required {
	color: #FF0000;
}
.commentName {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 0px;
}
.commentDateTime {
	font-size: 10px;
	color: #666666;
	margin-top: 0px;
	padding: 0px;

}
.commentContainer {
	padding: 10px;
}
.commentBody {
	line-height: 1.5em;
	padding: 0px;
}
.articleTitle {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.articleDate {
	color: #666666;
	padding-top: 10px;
}
.articleAuthor {
	font-weight: bold;
	padding-bottom: 10px;
}
.articleContainer {
	margin: 10px;
}
.articleBody {
	line-height: 1.5em;
}
h4 {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 15px;
}
