

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-align: justify;
}

a {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}
a:link {
	color: blue;
}
a:visited {
	color: blue;
}
a:active {
	color: blue;
}
a:hover {
	color: blue;
}

H1 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: black;
}

H2 {
	font-size: 16px;
	font-weight: bold;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-align: justify;
}

hr {
	height:2px;
	color: blue;
	background-color: aqua;
	border:none;
}

