/* CSS Document */




.date {
	font-family: "Times New Roman", Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	letter-spacing: 0.1em;
	text-align: left;
	word-spacing: 0.2em;
	vertical-align: top;
}
.updates {
	font-family: "Times New Roman", Georgia, serif;
	font-size: 12px;
	color: #000000;
	word-spacing: 0.1em;
	text-align: left;
	vertical-align: top;
}
.center {
	text-align: center;
}
.ending {
	font-family: "Times New Roman", Georgia, serif;
	font-size: 14px;	
	color: #ffffff;
	background-color: #000000;
	letter-spacing: 0.1em;
	text-align: center;
	word-spacing: 0.2em;
	
}
a:link {
	color: #777;
}
a:visited {
	color: #aaa;
}
a:hover {
	color: #444;
}
a:active {
	color: #777;
}

