@charset "utf-8";
/* CSS Document */


<!--
body {
	background-color: #f7fcfc;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

a:link {
	color: #1C0D13;
}
a:visited {
	color: #1C0D13;
}
a:hover {
	color: #93a07c;
}
a:active {
	color: #52333c;
}

.title {font-size: 20px;
color: #1C0D13;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:bold;
text-transform: uppercase; 
}
.newstext {
	font-size: 12px;
	color: #52333c;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.date {font-size: 18px; color: #1C0D13; font-family: Georgia, "Times New Roman", Times, serif; font-weight:bold; }

-->
