.button {
	font-family: "Arial";
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.button:Hover {
	font-family: "Arial";
	font-size: 9px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.title {
	font-family: "Book Antiqua";
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.date {
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: bold;
	color: 737373;
	text-decoration: none;
}
.subtitle {
	font-family: "Myriad Pro";
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.comment {
	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;
	color: 737373;
	text-decoration: none;
}
.body {
	font-family: "Arial";
	font-size: 11px;
	font-weight: normal;
	color: 676767;
	text-decoration: none;
}
.category {
	font-family: "Myriad Pro";
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.subcat {
	font-family: "Arial";
	font-size: 11px;
	font-weight: normal;
	color: #535353;
	text-decoration: none;
}
.subcat:Hover {
	font-family: "Arial";
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.boxtitle {
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.boxbody {
	font-family: "Arial";
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.boxdate {

	font-family: "Arial";
	font-size: 11px;
	font-weight: normal;
	color: #A49999;
	text-decoration: none;
}
.bold {
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.footer {
	font-family: "Arial";
	font-size: 9px;
	font-weight: normal;
	color: #676767;
	text-decoration: none;
}
.footer:Hover {
	font-family: "Arial";
	font-size: 9px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}

