body {
	margin: 0px;
	padding: 0px;
}
.hometext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	line-height: 135%;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 100px;
}
.news {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	line-height: 135%;
	color: #CC0000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 100%;
	color: #CC0000;
}
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #DFB100;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
.left-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.publication {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 12px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #CC0000;
}
.article {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	line-height: 100%;
	color: #666666;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
