@charset "UTF-8";
/* CSS Document */


#Ask { 
	margin: 0 ; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:810px;
	background:#fff;
	color:#000;
	min-height:1000px;
} 

#QTitle {
	color: #fff;
	background-color: #1a335f;
	text-align: center;
	width: 800px;
}
.question {
	font-style: italic;
	font-weight: bold;
}

