h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd {
	margin: 0;
	padding: 0;
}

a {
	color: #0071bc;
}

a:hover {
	color: #d90011;
}

#Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
}


ul, ol, li, dd { margin-left: 1em; }

H1 {
	font-size: 200%;
	font-weight: normal;
	margin-bottom: 0.8em;
	line-height: 1em;
	color: #d90011;
}

H2 {
	color: #0071bc;
	font-size: 157%;
	font-weight: normal;
	margin-bottom: 0.7em;
	margin-top: 1.5em;
	line-height: 1.2em;
}

h3 {
	font-size: 121%;
	margin-bottom: 0.6em;
	margin-top: 1.4em;
	line-height: 1.2em;
}

p {
	line-height: 1.4em;
	margin-bottom: .7em;
}

li {
	line-height: 1.4em;
	margin-bottom: .4em;
}

.incut {
	font-size: 120% !important;
}

P.descr { 
	font-size: 80%;
}

UL {
	list-style-type: square;
}

OL {
	list-style-type: decimal;
}