body {
	font-family: Arial, "Times New Roman", Century;
	background-color: Transparent;
}
a.title {
	font-size: 20px;
	text-decoration: underline;
	color: #DC3636;
}
a.author {
	font-size: 12px;
	color: #909090;
	margin-left: 5px;
}
a.date {
	font-size: 12px;
	color: #959595;
	margin-left: 15px;
}
.body {
	font-size: 14px;
	color: #EEEEEE;
}
a.link:link {
	color: #A5A5A4;
	text-decoration: underline;
	cursor: pointer;
}
a.link:visited {
	color: #A5A5A4;
	text-decoration: underline;
	cursor: pointer;
}
a.link:hover {
	color: #A5A5A4;
	text-decoration: none;
	cursor: pointer;
}