body {
background: #ff0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Bookman Old Style";
}

.surround h1{
    font-size: 3em;
}

.surround h2{
    font-size: 2em;
}

.surround h3 {
    font-size: 1.5em;
}

.surround h3 span {
    font-weight:normal;
}

.surround{
    text-align: center;
    font-family: "Bookman Old Style";
}

.surround .bigSpan{
    font-size: 3em;
    font-weight: bold;
}

.rladz {
background: #ff9;
}

.trio {
color: #f00;
text-decoration: underline;
text-align: center;

}

.selected {
background: #f0f;
}

sup {
color: #f00;
text-decoration: none;
}

h2 {
margin: .8em 0 0 0;
}

p {
margin: .5em 0;
}

.evens {
    background: #ff9;
    margin: 0 3em;
    padding: .5em 1em;
    border-bottom: 1px dotted #222;
    border-left: 1px dotted #222;
}

.odds {
    background: #fff;
    margin: 0 3em;
    padding: .5em 1em;
    border-bottom: 1px dotted #222;
    border-left: 1px dotted #222;
}

table
{
	width: 100%;
	font-size: 1.4em;
	border: 1px solid #000;
	background: #fff;
    margin-bottom: 4px;
}
		
table th
{
	background: #000;
	border: 1px solid #ddd;
	margin:0;
	width: 14%;
	color: #ddd;
	padding: .5em;
	font-size: .9em;
}		

table th a
{
	color: #fff;
	text-decoration: none;
}		

table tr td
{
	font-size: .8em;
	width: 14%;
	border: 1px solid #000;
	text-align: center;
	color: #000;
	padding: 3px;
}

table tr td span
{
	font-size: .8em;
	text-align: center;
	color: #000;
	padding: 3px;
}

table tr td a {
    color: #000;
}

table tr.alt td
{
	background: #ddd;
}

table tr.alt td a {
}

table.menu, table.menu td {
    border: none;
}

table.menu td {
    padding: .5em;
}

table.menu tr td a {
    font-weight: 700;  
    color: #00f; 
    font-family: Sans-Serif;
}

table.menu tr td a:visited {
    font-weight: 700;  
    color: #f0f; 
}

.disappear {color:#ddd;}

fieldset
{
	border: 1px solid inherit;
	padding: 1em 0;
	background: #fff;
}

fieldset fieldset 
{
    width: 90%;
    margin: auto;
}

fieldset fieldset fieldset
{
    width: 100%;
    border: none;
}

fieldset p {
    font-size: .8em;
    text-align: left;
    margin: 1em 10%;
    padding-bottom: 2em;
}

legend 
{
    font-size: 1.3em;
    font-weight: bold;
    color: #484848;
    padding: 0.2em 0.2em 0 2em;
    margin:0 0 1em 1em;
}

fieldset fieldset legend 
{
    font-weight: normal;
    padding: 0.2em 0.2em 0 0.2em;
    margin:1em 0 0 1em;
}

fieldset fieldset fieldset legend
{
    padding-left: 30%;
    width: 50%;
}

label
{	
	display: block;
	margin: 0 auto .5em auto;
	padding: 0 1em;
}

label span
{
	display: block;
	width: 30%;
	text-align: right;
	margin-right: .5em;
}

.button {
    text-align: center;
}

