/**.framebody
{
	text-align: center;
	background-color: #E4D795;
}**/

table.ingame
{
	border-bottom: 1px solid #000000;
}

table.msgbox
{
	font-family: arial;
	font-size: 14px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

th.msgbox
{
	background-color: #BDB27B;
	font-size: 15px;
}

table.msgboxattack
{
	font-family: arial;
	font-size: 14px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

th.msgboxattack
{
	background-color: #FF0000;
	font-size: 15px;
}

td.title
{
	/**background-color: #EEE6BE;**/
	background-color: #E4D795;
	text-align: center;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

td.attacktitle
{
	background-color: #FF0000;
	text-align: center;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

td.value
{
	background-color: #FAF7EA;
	text-align: center;
	font-family: arial;
	font-size: 14px;
}

img#head
{
	border: 1px solid #000000;
}

img#overlap
{
	position: relative;
	float: left;
	margin-top: -10;
}

a:link    { color: #000000; text-decoration: none; font-weight: bold; }
a:visited { color: #000000; text-decoration: none; font-weight: bold; }
a:active  { color: #000000; text-decoration: none; font-weight: bold; }
a:hover   { color: #000000; text-decoration: none; font-weight: bold; }