.dateline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: right;
	color: #999999;
}
.nav {
	font-family: Helvetica, sans-serif, geneva;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 0px;
	text-align: left;
	font-weight: 400;
}
.nav2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: 1px;
	text-align: left;
}
a:link {
	text-decoration: none;
	color: #333333;
}

a:visited {
	text-decoration: none;
	color: #333333;
	}

a:hover {
	color: #c1c1c1;
	text-decoration: none;
	}