/* CSS Document */

p{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	padding: 8px;
	overflow: scroll;
}

.navigation {
	font-family: Times, serif;
	font-size: 24px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	padding: 4px;
	text-decoration: none;
}

.navigation:hover {
	font-family: Times, serif;
	font-size: 24px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	color: #CCCCCC;
	margin-left: 10px;
	margin-right: 10px;
	padding: 4px;
	text-decoration: none;
}

.page_title {
	color: #CCCCCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-stretch: expanded;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bolder;
	text-decoration: blink;
	padding: 10px;
	text-align: center;
}
.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
.date {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

