.menu{
font-size:18px;
color:#ffffff;
text-decoration:none
}
body {
	background:url(bg.jpeg);
}
body, table, th, td {
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	
}
a {
	color: #fff;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}
.paginanav {
	margin: 1em 0;
}
.paginanav ul {
	text-align: center;
}
.paginanav li {
	display: inline;
	margin: 1px;
	padding: 0;
	background: none;
}
.paginanav li a {
	padding: 3px 5px;
	text-decoration: none;
}
.paginanav li a:hover {
	text-decoration: underline;
}
.paginanav li.active {
	background: #FFF;
	font-weight: bold;
}
.paginanav li.inactive {
	color: #daccb3;
	padding: 5px 5px;	
}
blockquote {
margin:1em 10px;
border: 3px dotted #ff0000;
padding: 5px;
}
#marquee {
	position:relative;
	/*marquee left should have the same value as newsticker width*/
	left:400px;
	overflow:visible;
	width:auto;
	float:left;
	white-space:nowrap;
}
#newsticker {
	/*newsticker width should have the same value as marquee left*/
	width:100%;


	margin:auto;
	position:relative;
	left:auto;
	clear:both;
	overflow:hidden;
}
