@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
}


.achoice {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}
#nextbutton {
	padding-left: 10px;

	
}
#score {
	font-size: 14px;
	
	display: inline;
	
}



#centreposition {
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	
	font-size: 14px;
}
#text2 {
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	height: 300px;
	overflow:auto;
	font-size: 14px;
}

#red {
color: #CC3300;
	
}
#green {
	color: green;
}





#header h1 {
	
	
	font-size: 20px;
   
    font-weight: bold;
    
    text-align: center;
	text-decoration: none;
   
    color: #000;
	
   
}
#header ul{
	list-style:none
	padding: 0;
	margin: 10px;
 
	
}


#choices ul li{
	background-color: #ffffff;
	border: 1px solid  #999999;
	color: #222222;
	display: block;
	font-size: 17px
	font-weight: bold;

	text-decoration: none;
	padding: 12px  10px;
	margin-bottom: -1px;
	
	
}
#choices ul li:first-child{
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
#choices ul li:hover{
	
	background-color: #9999CC;
	color: white;
}
ul li.arrow {
    background-image: url(img/chevron.png);
    background-position: right center;
    background-repeat: no-repeat;
}

#choices ul li:last-child{
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
#results ul li{
	background-color: #ffffff;
	border: 1px solid  #999999;
	color: #222222;
	display: block;
	font-size: 17px
	font-weight: bold;

	text-decoration: none;
	padding: 12px  10px;
	margin-bottom: -1px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	
	
}
#results ul li:first-child{
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
#results ul li:hover{
	
	background-color: #9999CC;
	color: white;
}
#results ul li:last-child{
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}


