@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
}
body {
	background-color: #736851;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#links {
	margin-top:-4%;
	margin-left:470px;
}
#content { 
	width:990px;
	height:550px;
	margin-top:-600px;
	overflow:auto;
}
.header{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
}
.question{
	font-size:16px;
}
.fineprint{
	font-size:12px;
}

#flashcontent {
  width:100%;
  height:450px;
}

#fullflashcontent {
  width:100%;
  height:100%;
}