a{
	font-size: 12px;
	color: #6699CC;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	text-decoration: underline;
}

BODY {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 1.1em;
	color: #6699CC;
	margin-bottom: 2px;
}

h2 {
	font-size: 1.3em;
	color: #6699CC;
	margin-bottom: 4px;
}

.descr {
	color: #333;
	margin-bottom: 6px;
}

.item {
	width: 100%;
	padding: 6px 1px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
	font-size: 12px;
}

