@import url(style.css);


div
{
	margin: auto;
}


body
{
	margin: auto;
	margin-top: 30px;
	text-align: center;
	background-image: url('../img/bg.gif'); 
	background-repeat: repeat-x;
	background-color: #c0c0c0;
	color: #333333;
}


h1
{
	margin: 0px;
}


p
{
	font-size: .7em;
	font-family: Verdana, Arial;
	line-height: 160%
	color: #000;
	margin:0px;
	Padding:0px;
	margin-bottom:16px;
}

a:link
{
	color: #e52e2e;
	text-decoration: none;
}


a:visited
{
	color: #6600cc;
}


a:hover
{
	
	text-decoration: underline;
}

a.newslist:link
{
	color: #000;
	text-decoration: none;
}

a.newslist:visited
{
	color: #000;
	text-decoration: none;
}

a.newslist:hover
{
	color: #000;
	text-decoration: underline;
}

a.newslist:active
{
	color: #000;
}

img
{
	border: 0px;
}


hr
{
	color: #e4e4e4;
}

