body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	margin: 0px;
	background-color: #EFEFEF;
}
td{
	font-size: 19px;
}
strong {
		font-size: 140%;
}

a:link {
		font-size: 19px;
		color: #CC0000;
		text-decoration: underline;
}

a:visited {
		font-size: 19px;
		color: #CC0000;
		text-decoration: underline;
}

a:hover {
		font-size: 19px;
		color: #333333;
		text-decoration: none;
}

.date{
	font-size: 19px;
	color: #333333;
}
#linkleft{
	font-size: 19px;
	float: left;
	width: 45%;
	line-height:20px;
	clear: left;
}
#linkright{
	font-size: 19px;
	float: right;
	width: 45%;
	line-height:20px;
	clear: right;
}

.headline{
	color:#336699;
	font-size: 20px;
}	