/* ==========
site.css 070921
========== */

/* 1a. all */
html { height: 101%; }
body {
     color:#fff;
     background-color:#8d0000;
     font-family:Verdana, Arial, Helvetica, sans-serif;
     font-size:small;
}

table {
	 border:1px solid #fff;
}

h1 { 
	font-size:150%;
	text-align:center;
}

h2 { 
	font-size:130%;
	text-align:center;
}

/* 1b. links all */
a { outline:none;} 
a:link { color:#fff; }
a:visited { color:#fff; }
a:hover, a:focus { text-decoration:none; }
a:active { color:#fff; }

/* 2. layout */
#member {
	font-size:120%;
	font-weight:bolder;
	text-align:center;
}

#preview {
	text-align:center;
}

#preview img {
	padding:2px;
	border:1px solid #fff;
	margin:0 17px;
}

#menu {
	text-align:center;
	padding-bottom:15px;
}

#paframe {
	text-align:center;
}