h1 {
	font-family: Arial;
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: darkred;
       }
h2 {
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: darkred;
       }
h3 {
	font-family: Arial;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: dimgray;
       }
h4 {
       	font-family: Arial;
       	font-size: 15px;
       	font-style: normal;
       	line-height: normal;
       	font-weight: bold;
       	color: #000000;
       }
p {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
       }
a {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #4F94CD;
       }
a.navig {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: gray;
       }
a.navig:visited {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: gray;
       }
a.navig:hover {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #8B0000;
	text-decoration: overline underline;
       }
a.navig:active {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: overline underline;
	color: #8B0000;
       }
.leftnavig {
	width: 195px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.central {
	width: 540px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
ul  {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}