body, table {
	font-size: 62.5%;
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	background-color: #ffffff;
	color: #000;
	padding-top: 30;
}

#header-space {
	width: 600px;
	padding: 5 5 5 5;
	border: 1px solid #999;
	border-bottom: none;
	float: center;
	background-color: #cef2fa;
}

#header {
	font-size: 3.75em;
	font-weight: bold;
	border: none;
	width: 500px;
	padding: 5 5 5 50;
	text-align: left;
}

#links-space {
	width: 600px;
	padding: 5 5 5 5;
	border: 1px solid #999;
	border-bottom: none;
	border-top: none;
	float: center;
	font-size: 1.2em;
	text-align: right;
	background-color: #cef2fa;
}

#content-space {
	background-color: #cef2fa;
	width: 600px;
	padding: 5 5 5 5;
	border: 1px solid #999;
	border-bottom: none;
	float: center;
	font-size: 1.2em
}

.news-header {
	font-size: 1.2em;
	font-weight: bolder;
	padding-left: 15;
	padding-bottom: 2;
	border-bottom: 1px dotted #333;
	text-align:left;
}

.entry {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30;
}

#foot-space {
	width: 600px;
	padding: 5 5 5 5;
	border: 1px solid #999;
	float: center;
	font-size: 1em;
	text-align: right;
	background-color: #cef2fa;
}

a {
	color: #006666;
	text-decoration: none;
}

a:hover {
	color: #003333;
	text-decoration: underline;
}

a:visited {
	color: #003333;
}

.label {
font-weight: bold;
}