	body 
	{
		background-color:#009999;
		margin:5px 0 0 0;
		padding:0;
		SCROLLBAR-FACE-COLOR: #999900;
    SCROLLBAR-HIGHLIGHT-COLOR: #ccc;
    SCROLLBAR-SHADOW-COLOR: #666;
    SCROLLBAR-3DLIGHT-COLOR: #ccc;
    SCROLLBAR-ARROW-COLOR: #fff;
    SCROLLBAR-TRACK-COLOR: #ffffff;
    SCROLLBAR-DARKSHADOW-COLOR: #333;
		
	}
	
		.heading 
			{
				font-family:Trebuchet MS, sans-serif;
				font-size: 18px;
				font-weight: bold;
				color: #999900;
				margin-left:10px;
				padding-top:15px;
			}
			
			
				.content
			{
				font-family: arial, sans-serif;
				font-size: 14px;
				color: #999;
				margin-left:10px;
				margin-right:170px;
				line-height:normal;
				border: solid 0 #000;
				text-align: justify;
			}
			
			.content a 
			{
			color: #990;	
			
			}
	
	.address 
			{
				font-family: arial, sans-serif;
				font-size: 11px;
				color: #FFF;
			}
			
			.address a 
			{
				font-family: arial, sans-serif;
				font-size: 11px;
				font-weight: bold;
				color: #FFF;
				text-decoration: none;
				
			}
			
				.address a:hover
			{
				font-family: arial, sans-serif;
				font-size: 11px;
				color: #FFF;
				text-decoration: underline;
				
			}
			.click 
			{
				font-family: arial, sans-serif;
				font-size: 9px;
				font-weight: bold;
				color: #999900;
			}
			
			
#board {
	padding: 5px;
	position: relative;
	width: 650px;
	
	border: solid 0 #000;
}

#board1 {
	padding: 5px;
	position: relative;
	width: 550px;
	
	border: solid 0 #000;
}


.tile {
font-size: 18px;
border: 1px solid #000;
border-bottom: 2px solid #000;
border-right: 2px solid #000;
padding: 2px;
float: left;
position: absolute;
cursor: pointer;
background-color: #FFF;
}

.case {
	padding-top: 5px;
}

.case strong {
	color: #990;
}

.case img {
	border: 1px solid #990;
}

.case#itchy {
	/*background: url(../images/bg_itchy.gif) no-repeat;*/
}

.case p {
	padding: 1px 15px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 11px;
}