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

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0e71b8;
	color: #FFF;
	width:100%;
}

IMG, A IMG { border: 0; }

TABLE { 
	border: 0;
	padding: 0;
}

H1, H2, H3 {
	font-weight: bold;
	margin-bottom: 0.5em;
}

H1 { font-size: 250%;}

H3 {
	font-family: Arial condensed, Arial Narrow, Helvetica Condensed ;
}

A, A:link, A:hover { color: #FF0; text-decoration: none; }
A:hover { text-decoration:underline; }

#all_outer {  text-align: center; }
#all_inner { display: inline-block; margin: auto; width: 800px; margin-top: 2%; }


#character { float: left; margin-right: 50px;  }
#starttext { float: left; text-align: center; }

#starttext TABLE { margin: auto;  }
#starttext TABLE TR TD {
	padding: 0 10px 5px 0px;
	text-align: left;
}

#starttext TABLE.tab_imagegrid TR TD {
	padding: 0 ;
}

#footer { clear: both; margin-top: 5em; font-size: 80%; }
