/* main style */
body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
}

a {
	color: #0066c0;
	text-decoration: underline;
}

a:visited {
	color: #0066c0;
	text-decoration: underline;
}

a:hover {
	color: #0000c0;
	text-decoration: underline;
}

.smalltext {
	font-size: 75%;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

div.newsentry {
	border: 1px solid #ccccff;
	background: #fafaff;
	padding-left: 4px;
	padding-right: 10px;
	padding-top: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

h3.newsentry {
	font-size: 110%;
	text-decoration: bold;
	margin-top: 0px;
}

.newsentrydate {
	float: right;
}

.newscommentslink {
	font-size: 80%;
	float: right;
	margin-top: -3ex;
}

