@charset "utf-8";

body {
	background-color: #376EFF;
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1 {
	margin: 0;
	padding: 20px;
	text-align: center;
}
h2 {
	margin: 0;
	padding-top: 30px;
	text-align: center;
	color: #000000;
}
h3 {
	margin: 0;
	padding: 30px;
}
img {
	border-style: none;
}
div#header {
	width:100%;
	height:50px;
	background:url("./images/header.gif") repeat-x;
}
div#footer {
	clear: both;
	width:100%;
	background:url("./images/footer.gif") repeat-x;
}
div#about {
	padding: 5px 0 10px 0;
}
div#wrap {
	width: 100%;
	background-color: #ffffff;
	padding-bottom: 30px;
	text-align: center;
	overflow:hidden;
}
div.instructions {
	margin: 0;
	padding-top: 20px;
	text-align: center;
	color: #000000;
}
div#flash {
	margin: 0;
	padding-top: 20px;
}
div#source {
	color: #000000;
	width: 716px;
	margin-top: 20px;
	padding: 5px;
	text-align: left;
	font-size: 12px;
	border: solid 1px #376EFF;
}
div#google {
	padding-top: 80px;
}
div#contents {
	margin: 0 auto;
	width: 860px;
}
ul.question {
	float: left;
	list-style: none;
	text-align: center;
	padding: 10px 0 20px 0;
	margin: 0;
	width: 100%;
	background-color: #ffffff;
}
ul.question li {
	float: left;
	margin: 10px 8px;
}
a {
	color: #0000ff;
	font-size: 16px;
}
a:active {
	color: #ff0000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
div.instructions a:hover {
	background-color: #99ccff;
}
ul.question li a {
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
	padding-top: 32px;
	display: block;
	width: 100px;
	height: 68px;
	background:url("./images/question.gif") 0 0 no-repeat;
	font-weight: bold;
	background-color: #ffffff;
}
a#gesture {
	font-size: 15px;
	text-decoration: none;
	padding-top: 32px;
	display: block;
	width: 100px;
	height: 68px;
	background:url("./images/gesture.gif") 0 0 no-repeat;
	font-weight: bold;
	background-color: #ffffff;
}
ul.question li a:visited {
	background:url("./images/question.gif") 0 -150px no-repeat;
}
a#gesture:visited {
	color: #ffffff;
	text-decoration: none;
}
ul.question li a:hover {
	background:url("./images/question.gif") 0 -150px no-repeat;
}
a#gesture:hover {
	background:url("./images/gesture.gif") 0 -150px no-repeat;
}

