body  {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height:22px;
	text-align:center;
	background-color : #069;
}

A 			{
	color: #069;
	text-decoration: none;
} 
A:link		{
	color: #069;
	text-decoration: none;
} 
A:visited	{
	color: #cc0;
	text-decoration: none;
} 
A:active	{
	color: #6699CC;
	text-decoration: none;
} 
A:hover		{
	color: #996699;
	text-decoration: underline;
} 

.main
{
	width:600px;
	margin-left: auto;
	margin-right: auto;
border:1px solid #cc0;
padding:30px;
background:#ffffff;
text-align:left;
}

.title 
{
	font-family: verdana, sans-serif;
	font-size: larger;
	font-weight: bold;
	padding-bottom : 10px;
	text-align: center;
}

.q
{
	color:#993366;
	font-weight: bold;
}

.a
{
	padding-bottom : 15px;
	padding-left : 40px;
}
