#h1
{
	font-family: Sylfaen, sans-serif;
	font-weight: 300;
	letter-spacing: 5px;
	font-size: large;
	text-decoration: underline;
	color: #485CEF;
}
body
{
	background-color : #F9D1B9;
	color: #485CEF;
	 
}
#menu
{
	width: 100px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 8px;
	border-right: 2px ridge #8B4513;
	border-bottom: 2px ridge #8B4513;
	position: absolute;
	left: 25px;
	top: 100px;
	border-left: 2px ridge #8B4513;
	border-top: 2px ridge #8B4513;
	text-align: justify;
	background-color: f9f2b9;
	color: #485CEF;
}



#main
{
	width: 450px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 8px;
	border-bottom: 2px ridge #8B4513;
	border-left: 2px ridge #8B4513;
	border-right: 2px ridge #8B4513;
	border-top: 2px ridge #8B4513;
	font-family: Sylfaen, serif;
	font-size: 15px;
	color: #485CEF;
	top: 100px;
	left: 175px;
	position: absolute;
	background-color: f9f2b9;
}
#counter
{
margin: 0px 0px 0px 0px;
border-bottom : 2px ridge #8B4513;
border-left : 2px ridge #8B4513;
border-right : 2px ridge #8B4513;
border-top : 2px ridge #8B4513;
width: 100px;
top: 450px;
left: 25px;
position: absolute;
background-color: f9f2b9;
}
.count
{
font-size : 12px;
color : #485CEF;
width: 100px;
}




.newstitle {
	font-size:11pt;
	color:#485CEF;
}

.newsstory {
	color:#485CEF
}

.newsdate {
	font-size:10pt;
	color:#485CEF;
}

.newslinks {
	color:#485CEF;
}

a:link, a:active, a:visited {
color:#485CEF;
text-decoration: none;
}
a:hover {
	color: #485CEF;
	text-decoration: underline;
}
img{
border:0;
}
