/* CSS Document */

body,td,th {
	font-family: "Lucida Console", Monaco, monospace;
	color: #000;
}
body {background: #999 center 20px;
}
#container {
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#TextBox1 {
	margin-right: auto;
	margin-left: auto;
}
td {border: 7px solid black
}
img  {
	vertical-align:middle;
	margin:auto;
}
#r1c1 {
	border-right-width: 7px;
	border-bottom-width: 7px;
	background-color: #FE4365;
	}
#r1c2 {
	
	border-right-width: 7px;
	border-bottom-width: 7px;
	background-color: #fc9d9a;
}
#r1c3 {
	background: #c8c8a9;
}
#r2c1 {
	background: #fffff0;
	border-right-width: 7px;
	border-bottom-width: 7px;
}
#r2c2 {
	background: #00cccc;
	border-right-width: 7px;
	border-bottom-width: 7px;
}

#r2c3 {
	background: #ffff66;
}
r3c1 {
	background: #9933ff;
	border-right-width: 7px;
}
#r3c2 {
	background: #669933;
	border-right-width: 7px;
}
#r3c3 {
	background: #00ccff;
}

#navbutton {
	clear:both;
	font-family:Tahoma, Geneva, sans-serif;;
	font-size: 1.2em; 
	font-weight:bold; 
	background-color:#808242;
	width:55px; 
	height:40px;
	line-height:40px; 
	position:relative; 
	top:2em;
	float:right;
	right:2.5em;
	box-shadow: 10px 10px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;
	text-align:center;
	text-shadow: -2px -2px 2px #000;
	z-index:2000;
}
#navbutton a:link, a:visited, a:active {
	color:#FC3;
}
#navbutton a:link, a:visited, a:hover, a:active {
	text-decoration:none;
}
#navbutton:hover {
	background: #00cccc;
	color: #8DB87C;
	box-shadow:0px 0px 9px rgba(0,0,0.15);
	border-radius:10px;
}