﻿html, body {
	font: 12px/1.6 Georgia, Arial, sans-serif;
}

h1 {
	font: bold 24px Georgia, Arial, sans-serif;
	color: #f37a08;
	margin: 15px 0 10px 0;
	border-bottom: 1px gray solid;
}

h2 {
	font: bold 18px Georgia, Arial, sans-serif;
	color: #72918b;
	margin: 5px 0 10px 0;
}

h3 {
	font: bold 18px Georgia, Arial, sans-serif;
	color: #72918b;
	margin: 5px 0 10px 0;
	border-bottom: 1px #72918b solid;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hone
{
	font: bold 19px Georgia, Arial, sans-serif;
	color: blue;
	margin: 15px 0 10px 0;
	border:none;
}
