

body {
	background-color: Black; /*background-image : url(background.jpg);*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
td{
	font-size: x-small;
}
h1.title  {
	text-align: center;
	font: lighter serif;
	font-family: Garamond;
}
.tagline {
	color: Lime;
	letter-spacing: 4pt;
	font: lighter serif;
}

.menu {
	text-align: center;
	border: thin solid;
	background-color: #E6E6FA;
	color: Black;
	border-color: Silver Gray Gray Silver;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
 a {
	text-decoration : none;
}
a:visited{
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
a:visited.hover{
	text-decoration : underline;
}
.menu a	{color : black;
	 background-color : inherit; }

.menu a:hover {	color : #0000CD;
		background-color : #ADD8E6; }


.menu2 {
	text-align: center;
	font-size: x-small;
	border: thin solid;
	background-color: #E6E6FA;
	color: Black;
	border-color: Silver Gray Gray Silver;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.ratings {
	-moz-border-radius: 15px;
	border-radius: 15px;

}

.menu2 a	{color : black;
	 background-color : inherit;
 }

.menu2 a:hover {	color : #0000CD;	
		text-decoration: none;
		background-color : #FFD700;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD700', endColorstr='#ff8800'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#FFD700), to(#ff8800)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #FFD700,  #ff8800); /* for firefox 3.6+ */ 

		
		 }


.contentText {
	color: black;
	background-color: #F8F8F8;
	border: thin solid;
	border-color: Silver Gray Gray Silver;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.footer	{
	font-size: xx-small;
	letter-spacing: 0.5em;
	color: Silver;
}

.ahem {	display : none;	}

.topmenu{
	background: Black;
	border: medium Black;
}
.topmenu a	{
	color: #FFD700;
	background-color: inherit;
	text-decoration: none;
}

.topmenu a:hover {
	color: #00BFFF;
	background-color: transparent;
	text-decoration: none;
}
.topmenu a	:visited{
	color: #FFD700;
	background-color: inherit;
	text-decoration: none;
}
table.negtable {
	background: #595959;
	color: Silver;
}
.negtablefont {
	
	color: Silver;
}
.rssbutton
{
	background-color: #f80;
	border: 1px outset;
	font-weight: bold;
	color: white;
	font-size: 12px;
	padding: 0 0.4em;
	text-decoration: none;
	font-family: sans-serif;
}

#pagecontainer {
	width: 95%;
	margin:auto;
}
