div.header {
        border: #ff2700 0px solid;
        font-size: 25px;
        font-family: "Verdana";
	color: #ffffff;
}
div.menu {

		font-size: 20px;
		font-family: arial;

}
div.result {
	background:#000;
	position: absolute;
	border:1px solid #fff;
	text-align: center;
	font-size:18px;
	font: bold;
	color:#F00;
	visibility: hidden;
	border: #F00 solid;
	height: 150px;
	width: 300px;
}
div.middle {
	background-repeat: no-repeat;
	background-position: center;
	height: 624px;
}
div.footer {
}
div.tip {
	width: 400px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	color:#000;
	border: #F00 solid;
	background-color:#C90;
}
table.flags td {
	background: #363333;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;

}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
color: black;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: red;
margin: 3px 8px;
}

