@charset "utf-8";

html {
    overflow-y:scroll
}

body {
	background-color:#FFF9E8;
	background-image:url(img/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin:0px;
	font-family: Arial;
	scrollbar-arrow-color:#E7E7BA;
	scrollbar-track-color:#E7E7BA;
	scrollbar-shadow-color:#FE0000;
	scrollbar-face-color:#FE0000;
	scrollbar-highlight-color:#FE0000;
	scrollbar-darkshadow-color:#FE0000;
	scrollbar-3dlight-color:#FE0000
}

a:link {
	text-decoration: none;
	color: #FE0000
}
a:visited {
	text-decoration: none;
	color: #FE0000
}
a:hover {
	text-decoration: none;
	color: #00FF00
}
a:active {
	text-decoration: none;
	color: #0AFE00
}




.news {
	font-size: 11px;
	color: #000000
}
.date {
	font-size: 10px;
	color: #FF0000
}
.main {
	font-size: 12px;
	color: #000000
}
.links {
	font-size: 10px;
	text-transform:uppercase;
	font-weight:bold;
	color: #000000
}
.ft {
	font-size: 9px;
	color: #000000
}
.combo {
	font-size: 11px;
	color: #000000;
	line-height:13px
}
.title {
	font-size: 16px;
	color: #21BA01
}
.form {
	font-size: 9px;
	color: #222;
	font-weight:bold
}
.temp {
	font-size: 20px;
	color: #21BA01
}
.month {
	font-size: 14px;
	color: #fe0000
}
