﻿body {
	background-color: #D1530C;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 13px;
	line-height: 22px;
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 30px;
	margin-bottom: 8px;
	font-weight: normal;
}

p {
	padding-bottom: 8px;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

p a {
	text-decoration: underline;
}

a:hover {
	color: #000;
}
pre {
	font-style: italic;
	background: url(/_assets/img/icon_citat.gif) no-repeat 20px 4px;
	width: 300px;
	padding-left: 110px;
	white-space: normal;
	margin-top: 25px;
	padding-bottom: 30px;
}
