
BODY {
    font-family: verdana, sans-serif;
    font-size: 12px;
    margin: 0;
	text-align: center;
		
}

H1 {
	font-family: futura, verdana, sans-serif;
}

.header {
	width: 720px;
	white-space: nowrap;
}

.main_nav {
	width: 720px;
	white-space: nowrap;
}

.record_nav {
	text-align: center;
	font-size: 14px;
}

.rec_table {
	width: 600px;
}

.rec_heading{
    font-weight: bold;
    text-align: right;
	font-size: 14px;
	vertical-align: top;
}

.rec_value {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}

.res_heading {
	font-weight: bold;
	color: #333;
}

.fodd{
    background-color: #fff;
}

.feven{
    background-color: #eee;
}


.result{
    border: 1px solid #000;
    
}



.footer{
    text-align: center;
    border: 1px solid #000;
    font-size: 12px;
}

.hints{
	text-align: left;
}
.hint_h{
	vertical-align: top;
	width: 30%;
	text-align: right;
	font-weight: bold;
}
