body { 
    line-height : 1.2;
    margin: 0;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #3C3A37;
	background-color: #D5C8B4; }
p, .text {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color: #3C3A37;
    line-height : 1.2;
}
.title {
	font-size: 16px;
	color: #0083D8;
	font-weight: bold;
	text-decoration: underline;
}
.question {
	font-size: 14px;
	font-weight: bold;
}
.blue {
	color: #0083D8;
}
.sub {
	font-size: 13px;
	font-weight: bold;
	color: #534632;
}
.small {
	font-size: 10px;
}
A { text-decoration: underline; } 
A:visited { 	color: #0083D8; }
A:link { 	color: #0083D8; }
A:hover { color: #FFFFFF; 
	text-decoration: underline; }

