 .class1 A:link {
	color: #bc070a;
	text-decoration: none;
	}
.class1 A:visited {
	color: #bc070a;
	text-decoration: none;
	}
.class1 A:active {
	color: #bc070a;
	text-decoration: none;
	}
.class1 A:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
.class2 A:link {
	color: #bc070a;
	text-decoration: none;
	}
.class2 A:visited {
	color: #bc070a;
	text-decoration: none;
	}
.class2 A:active {
	color: #bc070a;
	text-decoration: none;
	}
.class2 A:hover {
	color: #333333;
	text-decoration: underline;
	}
	
.leftcol A:link {
	color: #ffffff;
	text-decoration: none;
	}
.leftcol A:visited {
	color: #ffffff;
	text-decoration: none;
	}
.leftcol A:active {
	color: #ffffff;
	text-decoration: none;
	}
.leftcol A:hover {
	color: #ffff00;
	text-decoration: none;

	}
	


 .more A:link {
	color: #ffffff;
	text-decoration: underline;
	}
.more A:visited {
	color: #ffffff;
	text-decoration: underline;
	}
.more A:active {
	color: #ffffff;
	text-decoration: underline;
	}
.more A:hover {
	color: #75B634;
	text-decoration: underline;
	}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 12px;
	margin-left: 0px;
	color: #bc070a;
}


ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width: 996px;
	height:25px;
	text-align: center;
	float: left;
}


ul#menu li{
	display:block;
	float: left;
	text-align: center;
	margin:0;
	pading:0;
	border-right:1px solid #434040;
	background-image: url(images/poker-menu.gif);
	background-repeat: left;
	background-position: top;
	}
	
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 51px;
	padding-right: 51px;
	height: 25px;
	background-image: url(images/poker-menu.gif);
	background-repeat: left;
	background-position: top;
	}
ul#menu li a:hover{
	color: #ffff00;	
	background-image: url(images/poker-hover-bg.gif);
	background-repeat: left;
	background-position: top;
	}


	
	
