body {
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/page_back.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
a {
	font-size: 14px;
	color: #FFCC99;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
}
a:hover {
	font-size: 14px;
	color: orange;
	text-decoration: underline;
}
#links a {
	font-size: 14px;
	color: #FFCC99;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
}
#links a:hover {
	font-size: 14px;
	color: orange;
	text-decoration: underline;
}
#nav a{
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-family: "Century Gothic";
	text-align: right;
	display: block;
	padding-right: 10px;	
}

#nav a:hover {
 
text-decoration: underline;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.article_short {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.artlink {
	font-size: 12px;
	color: orange;
}
.date {
	font-weight: bold;
	color: #FFF;
}
