@charset "utf-8";
/* CSS Document */

a {text-decoration:none; color: yellow;}
a:hover, a:active, a:focus {
		text-decoration: underline;
		color: #660066;
		}

img {display:none;}

#title {font-size:1em;}

div.float {float: left; width: 90px; height: 105px; margin: 0 8px 15px; color: #ffffff; font-family:verdana, verdana, sans-serif; font-size:.8em;}

.button_show, .button_hide { 
	background-image: url('images/btn_show_answers.png'); 
	width:99px;
	height:31px;
	float:right;
	color: white;
	text-decoration: none;
	font-size: .85em;
	font-family:verdana, verdana, sans-serif;
	
}

/*.button_hide { 
	background-image: url('images/btn_hide_answers.png'); 
	width:99px;
	height:31px;
	float:right;
}*/

div.header {
	background-image: url('images/header_background.gif');
	width: 100%;
	height: 43px;
}

div.button {
	background-image: url('images/btn_background.gif');
	width: 100px;
	height: 30px;
	text-align: center;
	color: #ae0600;
}

.button a {
	color: #ae0600;
	font-size: .85em;
}

div.left {
	float: left;
	margin: 0px;
	padding: 0px;
}

div.right {
	float: right;
	margin: 0px;
	padding: 0px;
}

div.bottom {
	margin-top: 15px;
	margin-bottom: 5px;
}

div.top {
	margin-bottom: 15px;
}

.hiddenPic {display:none;}

#homeButton {
	background-image: url('images/btn_home.png'); 
	width:63px;
	height:31px;
	float:left;
	color: white;
	text-decoration: none;
	font-size: .85em;
	font-family:verdana, verdana, sans-serif;
	margin-left: 3px; 
	margin-top: 4px;
}

div.large {
	margin: 15px 10px;
}

div.small {
	font-size: .65em;
}

div.normal {
 margin: 15px 10px;
}