@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg-back.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tag {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.copyright {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
}
.news {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #6F3D00;
}
.ddmmyy {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
.content {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}
h2 {
	font: bold  Trebuchet MS;
	font-size:16px;
	color:#663300
	background-color: transparent;
	border-bottom: 1px dotted #663300;
	}
	.weblink {
	color: #000000;
	font-size: 11px;
}
a:link {
	color : #6F3D00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


