.date {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #FF6666;
	text-transform: capitalize;
	text-decoration: underline;
	font-style: normal;
}
body {
	background-color: white;
	background-repeat: repeat-y;
	margin: 0;
}
.entry {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-align: justify;
}
.colorlink {
	color: #FFFFFF;
}
.strikeout {
	text-decoration: line-through;
}
