h1 {
  font-size: 172%;
  line-height: 1.3;
  color: #4b4b4d;
}
h2 {
  font-size: 112.5%;
  line-height: 1.9;
  color: #4b4b4d;
}
h3 {
  font-size: 102.5%;
  line-height: 1.1;
  color: #4b4b4d;
}
h4 {
  font-size: 91.5%;
  line-height: 1.5;
  color: #4b4b4d;
}
h5 {
  font-size: 64.5%;
  line-height: 1.1;
  color: black;
}

h6 {
  font-size: 100%;
  line-height: 0.5;
  color: black;
}


hr
{
border:solid #0a5ca4 1px;height:1px;
}




a:link {
	color: #0a5ca4;
	text-decoration;
}
a:visited {
	text-decoration;
	color: #4b4b4d;
}
a:hover {
	text-decoration;
	color: #4b4b4d;
}
a:active {
	text-decoration;
	color: #4b4b4d;
}
