body {
	text-align: center;
	margin: 0px;
}		

div.title {
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 30;
	color: 3451ce;
}

i {
	font-family: arial;
	font-size: 12;
	color: ff0000;
}

div.section {
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 20;
	color: 414141;
}
div.question {
	text-align: left;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: 717171;
}

div.disclaimer {
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
	color: ff0000;
	font-family: arial;
	font-weight: bold;
	width: 680px;
	font-size: 14;
}
table.section {
	background-color: aaccff;
	text-align: left;
	width: 665px;
	
	border-style: solid;
	border-width: 2px;
	border-color: f1f1f1;
}

/*regular questions*/
td {
	font-family: arial;
	font-weight: normal;	
	font-size: 16;
	vertical-align: top;
	padding: 5px;
	color: 000000;
}

/*display question after submit*/
td.disp_question {
	width: 300px;
	font-style: italic;
}

table.display {
	width: 610px;
	padding: 0px;
	
	border-color: 000000;
	border-style: solid;
	border-width: 1px;
	
}

/*
Explanation on the questions
*/
div.explain {
	font-family: arial;
	font-size: 12;
	color: 1133aa;
	font-weight: normal;
}

/*time*/
td.time {
	width: 80px;
	text-align: center;
	background-color: c1c1c1;
}

td.question {
	width: 250px;
}
input.time {
	width: 21px;
}

option {
	font-family: arial;
	font-size: 11;
}
select {
	font-family: arial;
	font-size: 11;
}

textarea {
	font-family: arial;
	font-size: 13;
}

div.tagline {
	font-family: arial;
	font-size: 20;
	font-weight: bold;
	color: 3131a1;
}

div.header {
	color: ffffff; 
	font-family: arial; 
	font-size: 20; 
	font-weight: bold; 
	margin: 0px; 
	
	width: 100%; 
	background-color: 6891ce; 
	border-bottom-style: solid; 
	border-bottom-width: 5px; 
	border-bottom-color: d1d1d1;
	}
	
div.copyright {
	font-size: 11; 
	font-family: arial; 
	border-top-style: solid; 
	border-top-width: 1px;  
	border-top-color: 717171; 
	width: 680;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

a.copyright:link { text-decoration : none;
        color : #000000 ;
        font-family: arial;
        font-size: 13;
        }
		


a.copyright:visited { text-decoration : none;
        color : #000000 ;
        font-family: arial;
        font-size: 13;
        }

	
a.copyright:hover { text-decoration : none;
        color : #717171 ;
        font-family: arial;
        font-style: bold;
        font-size: 13;
        }
		
p {

	font-size: 13;
}