body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
font-size: 12px;
line-height: 16px;
font-family:  arial, sans-serif;
}

h1{
font-size: 14px;
	color:  #1F83AF;
	font-weight: bold;
margin-bottom:-5px;
}
h2{
font-size: 13px;
	color:  #1F83AF;
	font-weight: bold;
	margin-bottom:-10px;
}
h3{
background-color:#D3E3ED;
font-weight: normal;
font-size:12px;
margin-bottom:-10px;
}
a{
	font-style: normal;
	text-decoration:underline;
	color: #647C95;
}
a:hover {

	font-style: normal;
	text-decoration:underline;
	color:#647C95;
	background-color:#FFFF99;
}

a:visited{
font-style: normal;
	text-decoration:underline;
	color:#555555;
}


li{
	list-style-position: inside;
	list-style-type: disc;
	margin-left:-20px;
	

}
ul{
text-indent:-15px;
}
hr{
color:  #009540;
}
pre{
font-family: courier, times roman, arial;

}


