BODY {
	color: Black;
	background-color: #FF9933;
	font-family: Arial;
	font-size: x-small;
}

A {
	
	text-decoration: none;
	color : #6600CC;
}

A:HOVER {
	color: #CC0033;
	text-decoration: none;
}

TABLE.tableout, TD.tableout, TR.tableout {
	background-color : #FFCC00;
	width: 95%;
	font-family: Arial;
	font-size: small;
}

TABLE.tableinner, TD.tableinner, TR.tableinner {
	background-color : #FFFF99;
	width: 500px;
	height: 500px;
	font-family: Arial;
	font-size: small;
	line-height: 20px;
}
TABLE.tablebutton, TD.tablebutton, TR.tablebutton {
	font-family: Arial;
	font-size: x-small;
	width: 100%;
}
TABLE.navi, TD.navi, TR.navi {
	background-color: #FF9933;
	height: 600px;
	font-family: Arial;
	font-size: small;
}


