@charset "UTF-8";
/* CSS Document */

body { font-size: xx-small; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; margin: 100px auto auto auto; }

p { margin: 7px 0 7px 0; }

td { }

a:link {
	color: #7B7B7B;
	text-decoration: none;
}

a:visited {
	color: #7A7A7A;
	text-decoration: none;
}

a:hover {
	color: #990000;
}

a:active {
	color: #FFFFFF;
}

#center { height: 500px; width: 800px; text-align: left; position: relative; margin: auto; visibility: visible; }
#left { text-align: left; }
#box { height: 450px; width: 800px; top: 5px; border: solid 1px gray; position: relative; }
#innerbox { height: 196px; width: 496px; margin: 2px auto; }
#nav { text-align: right;}
#b { left: 30px; top: 22px; position: absolute; }
#t { right: 30px; top: 30px; text-align: right; position: absolute; }

