body {
	font: 9.5pt Helvetica, Arial, sans-serif;
	color: #000;
}

p {
	font-size: 0.95em;
	line-height: 1.5em;
}

a:focus {
	outline:1px dotted invert
}

a {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

hr {
	border-color:#2D547B;
	border-style:solid;
	border-width:3px 0 0;
	clear:both;
	height:0;
	margin-bottom: 30px; 
}
h1 {
	font-size: 1.7em;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
}
h2 {
	font-size:1.4em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.25em;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}

h4 {
	font-size: 0.9em;
	color: #afbf00;
	font-weight: normal;
	line-height: 1.75em
}

h5 {
	font-size:17px;
}
h6 {
	font-size:15px;
}
ol {
	list-style:decimal
}
ul {
	list-style:square
}
li {
	margin-left:30px
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom:20px
}