@charset "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%
}

A {
	color: navy;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%
}

A:hover {
	color: red;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
}

h1 {
	color: #202440;
	font: bold 24px;
}

h2 {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 125%;
	font-style: normal;
}

h3 {
	color: #BA2A2A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	font-style: normal;
}

h4 {
	color: black;
	font: bold 16px;
}

h5 {
	color: darkred;
	font: bold 16px;
	text-indent: 15px;
}

h6 {
	color: black;
	font: bold 14px/28px;
	text-indent: 20px;
}

ul {
	font: normal 16px;
}

.li {
	font: normal 16px;
	display: list-item;
}

.pre {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}