body  {
   background-color:#E7E7EB;
   align: center;
}
.topbanner, .topbanner TD, .topbanner TH
{
background-image: url('images/holdemhotel800x160.gif');
background-color:#ffffff;
}
.books, .books TD, .books TH
{
border-style: dashed;
border-color: #006600;
border-width: 3px;
background-color:#fffff0;
padding: 5px;
}
A
{
    COLOR: #006600;
    TEXT-DECORATION: underline
}
A:active
{
    COLOR: #006600;
    TEXT-DECORATION: underline
}
A:link
{
    COLOR: #006600;
    TEXT-DECORATION: underline
}
A:visited
{
    COLOR: #006600;
    TEXT-DECORATION: underline
}
A:hover
{
    COLOR: #006600;
    TEXT-DECORATION: none
}


A.title
{
    COLOR: #fffffff;
    TEXT-DECORATION: underline
}
A.title:active
{
    COLOR: #ffffff;
    TEXT-DECORATION: underline
}
A.title:link
{
    COLOR: #ffffff;
    TEXT-DECORATION: underline
}
A.title:visited
{
    COLOR: #ffffff;
    TEXT-DECORATION: underline
}
A.title:hover
{
    COLOR: #ffffff;
    TEXT-DECORATION: none
}
A.article
{
    COLOR: #000000;
    TEXT-DECORATION: none;
}
A.article:active
{
    COLOR: #000000;
    TEXT-DECORATION: none;
}
A.article:link
{
    COLOR: #000000;
    TEXT-DECORATION: none;
}
A.article:visited
{
    COLOR: #000000;
    TEXT-DECORATION: none;
}
A.article:hover
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
a.button {	font-weight: bold;	font-size: 12px;	font-family: Verdana, Arial, Helvetica, sans-serif;	padding: 4px 8px;	border-top: 1px solid white;	border-right: 1px solid black;	border-bottom: 1px solid black;	border-left: 1px solid white;	text-align: center;	min-width: 75px;	text-transform: uppercase;}

a.button:link { 	background-color: #006600; 	color: #ffffff;	text-decoration: none;	}

a.button:visited {	background-color: #006600; 	color: #ffffff;	text-decoration: none;	}

a.button:hover { 	background-color: #ffffff; 	color: #006600;	border-color: #cccccc #006600 #006600 #cccccc;	text-decoration: none;	}

a.button:active { 	background-color: #006600; 	color: #ffffff; 	text-decoration: none;	}
h1 
{
    font-size:20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #006600;
    padding:10px;
    margin:0px;
}
.topbanner h1 
{
    font-size:39px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #006600;
    padding:10px;
    margin:0px;
}
h2 
{
    font-size:18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding:10px;
    margin:0px;
    background-color: #006600;
}
h3 
{
    font-size:12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    padding:10px;
    margin:0px;
    font-weight: bold;
}
h4
{
    font-size:12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight:400;
    padding:4px;
    margin:0px;
    text-align: justify;
}
h5
{
    font-size:10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight:400;
    padding:4px;
    margin:0px;
    text-align: justify;
}

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(images/drop-boxg.png) no-repeat bottom right; 
} 
.cssbox { 
    width: 490px !important; /* intended total box width - padding-right(next) */
    width: 475px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 20px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
	
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ 
} 



