body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
body,td,th {
	font-family : "MS Sans Serif", Tahoma, Verdana;
	font-size: 14px;
	color: #DDDDDD;
	text-decoration: none;
}
A:link	{
    color: #FF99FF;
	font-weight: normal;
    text-decoration:none;
	}
A:hover	{
	font-weight:normal;
	color:#FF99FF;
	background-color: #888;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-color: #FFF;
	}
A:active	{
	font-weight:normal;
	color:#FF99FF;
	text-decoration: none;
	}
A:visited	{
    color: #FF99FF;
	font-weight:normal;
    text-decoration:none;
	}
.red {
	color: #FFF;
}
.small {
	font-size: 10px;
}
.big {
	font-size: 16px;
}
.b_white {
	font-weight: bold;
	color: #FFFFFF;
}
.button {
	font-size: 14px;
	background-color: #333;
	border-style: solid;
	border-color: #999;
	font-weight: bold;
	color:#FFFFFF
}
.field {
	font-size: 12px;
	background-color: #999;
	border-style: dotted;
	border-color: #000;
}
.memicon {
	border-color: #000000;
	height: 70px;
	width: 70px;	
}
.msg {
	background-color: #333333;
	border: 2px dotted #FFF;
	padding: 9px;
	width: 500px;
	text-align: left;
}
.msg2 {
	background-color: #FFCCFF;
	border: 2px dotted #FF0000;
	padding: 3px;
	width: 400px;
	text-align: left;
}
.show {
	background-color: #333;
	border: 2px dotted #666;
	padding: 3px;
	width: 450px;
}
.game {
	border: 1px;
	height: 100px;
	width: 70px;
	margin: 10px;
	border-style: dashed;
	padding: 3px;
	text-align: center;
}
.sysmsg {
	background-color: #444444;
	border: 2px dotted #FFFFFF;
	padding: 5px;
	width: 90%;
	color: #FFFFCC;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.memclick {
	border: 1px;
	margin: 10px;
	border-style: dashed;
	padding: 3px;
	text-align: center;
	display: marker;
}
.norform {
	background-color: #666;
	padding: 5px;
	border-width: 2px;
	border-style: dashed;
	width: 90%;
}