  body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	padding: 30px;

}

a:link {
	color: #6699cc;
}

a:visited {
	color: #7700dd;
}

a:hover {
	color: #6699cc;
}

a:active {
	color: #6699cc;
}

#container{
	width:65%;
	padding:0;
	margin:auto;
	text-align:center;
}

#results{
	text-align:left;
}

#form_end{
	text-align:left;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:50px;
	color:#000c5b;
	text-align:center;
	line-height:55px;	
	}
	
h9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
	padding: 10px;
	text-align:left;

	}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	padding: 10px;
	color: #ffffff;
	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding: 10px;
	text-align:left;
	}



.question {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align:justify;
	color: #000000;
	//margin-top:-30px;
}

table {
	margin-top: 30px;
	margin-bottom: 30px;
	border:solid 4px #ed7f20;
}

@media screen and (max-width: 1200px) {
    #container{
    	width:100%;
    	padding:0;
    	margin:auto;
    	text-align:center;
    }
}

@media screen and (max-width: 750px) {
    #container{
    	width:100%;
    	padding:0;
    	margin:auto;
    	text-align:center;
    }
    
    h1 {
    	font-family:"Times New Roman", Times, serif;
    	font-weight:lighter;
    	font-size:35px;
    	color:#000c5b;
    	text-align:center;
    	line-height:35px;	
    	}
}