html,body{
margin: 0px;
border: 0;
padding: 0;
font-size: 16px;
background-color: #47080b;
color:white; 
}

p {text-indent: 33px}

img {border:0px;}

li {list-style: circle; color: #3d0607;}

table {font-size: 16px; background-color: #F5F5F5;
}

td {border:1px solid #000000}

H1 {
font-family: Verdana, ARIAL, HELVETICA, SANS-SERIF;
font-weight: 500; letter-spacing: 1px; font-size: 18px;
color: #3d0607;
text-align: center;
}

H2 {
font-family: Verdana, ARIAL, HELVETICA, SANS-SERIF;
font-weight: 700; font-size: 16px;
color: #3d0607;
text-align: center;
}

H3 {
font-family: Verdana, ARIAL, HELVETICA, SANS-SERIF;
font-weight: 300; font-size: 12px;
color: #3d0607; text-align: center; padding:0;margin:0;
}


A {
COLOR: #000000; font-size: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
A:visited {
COLOR: #000000; font-size: 12px;  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
}
A:hover { 
COLOR: #ffffff; font-size: 12px;  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; background-color: #47080b;
}

p.txt {text-indent: 33px; color:#000000; MARGIN: 10px; font-size: 15px; text-align:justify}

.bottom A {
COLOR: white; font-size: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.bottom A:visited {
COLOR: white; font-size: 12px;  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
.bottom A:hover { 
COLOR: white; font-size: 12px;  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
}


div.bottom:first-letter {color: white; font-size:77%;}


#poker-left{
	width:200px;
	padding:20px 0px 10px 0px;
	background-color: black;
	}
	
#poker-left .poker-hover{
	display:block;
	color: #ffffff;
	padding:2px 5px 2px 8px;
	overflow:hidden;
	background-color: gray;
	border-bottom:1px solid darkgray;
	text-decoration:none;
	font-weight:bold;
	height:22px;
	width:203px;
	}
	
#poker-left .poker-hover:hover{
	color: #000000;
	background-color: darkgray;
	}
