h1 {
	font: bold; 
	Font-size: 150%; 
	font-family: Arial;
	text-transform: uppercase;
	color: Black;; 
	width: 95%; 
	text-align: center; 
}
h2 {
	font: bold; 
	Font-size: 120%; 
	font-family: Arial;
	color: #303030;
	width: 95%; 
	text-align: center;
	background: #e0e0e0;
}
button	{
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	width: 260px;
	padding:  10px 20px 10px !important;
	border-radius: 13px;
	border:  2px solid #707070;
	background: #E0E0E0;
	margin-top: 0px;
	margin-bottom: 5px;
}
button:hover	{
	background: #505050;
	color: #E0E0E0;
}
button.selected	{
	color: #B00000;
}
button.selected:hover	{
	background: #a05050;
	color: #E0E0E0;
}
iframe {
	display: block;
	width: 99%;
	height: 80%;
}

