* {
  margin: 0;
  padding: 0;
  }

body {
  /*border-top: 18px solid #524362;*/
  padding: 0px 5px 0px 5px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  /*background-color: #5F516B;*/
  
}

a,
a:link,
a:visited	{
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

a:active,
a:hover	{ 
	color: #003399;
	text-decoration: underline;
} 

#title	{
	font-size: 24px;
	font-family: Georgia, serif;
	font-weight: normal;
	padding: 15px 0px 15px 80px;
	color: #663366;
	background-color: white;
	background-image: url(images/a.jpg);
	background-repeat: no-repeat;
	background-position: 10px 5px; 
}
#testname	{
	font-size: 24px;
	font-weight: normal;
	padding: 10px 0px 10px 45px;
	color: #663366;
	background-color: #eeeeee;
}
#instruction	{
	font-size: 12px;
	font-style: italic;
	padding: 5px 0px 0px 45px;
	color: black;
	background-color: white;
}

#email	{
	text-align: center;
	margin-left: auto;
  	margin-right: auto;
	vertical-align: middle;
	background-color: white;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	
}

#flashcontent	{
	margin-left: auto;
  	margin-right: auto;
}

#footer	{
	font-family: Georgia, serif;
	font-size: 12px;
	/* border-top: 1px dotted #999999; */
	padding-top: 25px;
	color: white;
}