@charset "utf-8";
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #000000;
}

h2 {
color:#333333;
font-size: 1.5em;

}
h1 {
color:#333333;
font-size: 2em;
}
h1, h2, h3, h4 {
margin-top: 0px;
}
h3 {
padding-left: 25px;
line-height: 5px;
font-size:11px;
font-weight:bold;

}
h4 {
padding-left: 45px;
font-weight:normal;
font-size:10px;
line-height: 3px;

}
h2:before { 
    content: "";
}
h3:before { 
  content: "";
  }
