body { 
	background-color: #4d4d4d;
	 background-image: url(mocha.jpg); 
}

#frame {
	width:600px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:6px;
	text-align:left;
}

#name {
	text-align:center;
}

p { 
	font-family: "Arial" , sans-serif ;
	font-size: 12px ;
	color: #efe5cc;	
}
div.sml {
	font-family: "Arial", sans-serif;
	font-size: 10px;
	color: #efe5cc;
}

table.big {
	border-style:dashed;
	border: 1px dashed  ;
	background-color: #b2a47f;
}

table.inner {
	border-style: none;
	background-color: #b2a47f;
}

a:hover {
	text-decoration:underline;
	color: #efe5cc;
}

a {
	text-decoration: none;
	color: #efe5cc;
}
td.top-tab {
	border-style:none;
}

td.empty {
	display:none;
	
}

td.main {
	border: solid;
}


