
body{
font-family:Verdana;
background-color:#031123;
font-size:12px;  
color:#D9DB81;
}

#container {   
 display: table;    
}  

#row  {   
 display: table-row;    
}  

#left, #right, #middle {    
display: table-cell;    
}

p{
font-size:12px;
text-align:justify;
}

.questions{
font-size:14px;
color:#FFF;
}

.headerTitles{
	font-size:14px;
	color:white;
	padding-bottom:10px;
}

a{color:white; cursor:hand; font-size:12px;}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; }
