body {
	font-family: Arial, Helvetica, sans-serif;
}
 
h3 {
	color: #CCCCCC;
	background-color: #FFFFFF;
	font : bold smaller;
	font-size : 24px;
}
 
.news h3 {
	color: red;
	background-color: #FFFFFF;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

.news td {
	font-size: small;
	font-family: "Arial", Times, serif
}

.news .editorialinfo {
	font-size: x-small;
}

.newsindex {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.linecolor0 {
	background-color: #F0F0F0;
}

.linecolor1 {
	background-color: #FFFFFF;
}

.authorinfo {
	background-color: #FFFFFF;
	color : #DDDDDD;
	font-size : xx-small;
}

#archive_news_date { 
	font-size: x-small; 
	color : #AAAAAA; 
}

#archive_news_title { 
	font-size: x-small; 
}

#page_navigation
{
	font-size: 80%; 
	color : #888888; 
}

img.thumb {

	border: 1px solid black;
}

A:link {
text-decoration: none; color: red; font-family: Arial, Helvetica, sans-serif;
}
A:visited {
text-decoration: none; color: red; font-family: Arial, Helvetica, sans-serif;
}
A:active {
text-decoration: none; color: red; font-family: Arial, Helvetica, sans-serif;
}
A:hover {text-decoration: none; color: red: font-family: Arial, Helvetica, sans-serif;
}