body {
	font: 13px Trebuchet, Trebuchet MS, Verdana, Tahoma, Arial,sans-serif;
	color: #000;
}

h1, h2, h3 {
	font-weight: bold;
	margin: 0 0 20px 0;

}
h1 {
	font-size: 30px;
	color: #dc2f1d;
}

h2 {
	font-size: 18px;
	margin-top: 2px;
	color: #000;
}

h3 {
	font-size: 16px;
	margin-top: 4px;
	color: #000;
}

a {
	color: #dc2f1d;
	text-decoration: none;
}

a:hover {
	color: #dc2f1d;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a img {
	border: 0px;
}

p {
	line-height: 1.7;
	margin-bottom: 13px;
}

hr {
	width: 100%;
	height: 2px;
	color: #dc2f1d;
	border: 1px solid #dc2f1d;
	margin-bottom: 13px;
}

ul { margin-bottom: 20px; }
ul li { font-size: 16px; color: #dc2f1d; margin-bottom: 5px;  cursor: pointer; margin-bottom: 20px; }
ul ul { margin-top: 10px; }
ul ul li { font-size: 13px; margin-left: 20px; list-style-type: square outside; color: #000; margin-bottom: 10px; }

.head:hover { text-decoration: underline; }
