a:link
{
	color: #c96;
	text-decoration: none;
}

a:visited
{
	color: #c96;
    text-decoration: none;
}

a:hover
	{ text-decoration: underline; }

/*
a.glow:hover
	{ color: #963; }
*/
	
img 
{
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
    margin-right: 0em;
    padding: 0em;
    spacing: 0em;
    border: 0px;
    border-collapse: collapse;
	vertical-align:text-top; 
}


body
{
	text-align: center;
    margin-top: 0em;
    margin-bottom: 0em;
    background-color: #181003;
    /* background-image:url('images/layout.jpg'); */
	/* background-repeat:no-repeat; */
	/* background-attachment:fixed; */
	/* background-position:top; */ 
	font-family: courier new;
    font-size: 12pt; 
    color: #211604;
}



table
{
	background-color: transparent;
	margin-top: 0em;
    margin-bottom: 0em; 
    padding: 0; 
	border: 0;
	cellspacing: 0em;
	cellpadding: 0em;
    spacing: 0em;
    border-collapse: collapse;
}


td
{
	text-align: center;
    vertical-align: top;
    margin-top: 0em;
    margin-bottom: 0em;
	margin-right: 0em;
	margin-left: 0em; 
    padding: 0em;
	spacing: 0em;
    border: 0em;
    border-collapse: collapse;
}


td.main
{
	background-image:url('images/main.png');
	background-repeat:no-repeat;
	background-color: #181003;
}

.cur_hand
{
	cursor: pointer;	
}


.just
	{ text-align: justify; }
.center
	{ text-align: center; }
.right
	{ text-align: right; }
.left
	{ text-align: left; }


.font8
	{ font-size: 8pt; }
.font10
	{ font-size: 10pt; }
.font14
	{ font-size: 14pt; }
.font16
	{ font-size: 16pt; }
.font18
	{ font-size: 18pt; }
.font20
	{ font-size: 20pt; }
.font48
	{ font-size: 48pt; }
.font60
	{ font-size: 60pt; }



.special
	{ color: #c93; }
	
	
	
	
	
