body {
	margin: 20px;
	background-image: url(images/bg_solve-it_content.jpg);
	background-repeat: no-repeat;
	background-color: #D7E2E8;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
}

a img {
	border: none;
}


h1 {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
	color: #1C5BA2;
}

h2 {
	margin: 18px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

h3 {
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}


p {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}

.rot {
	color: #EE3338;
}

a:link,
a:visited
 {
	color: #333;
}

a:focus,
a:hover,
a:active
{
	color: #1C5BA2;
}

ul {
	list-style-type: disc;
	font-size: 12px;
	margin: 16px;
	padding: 0;
}

li {
	padding: 0 0 12px 0;
}

