@charset "utf-8";
/* CSS Document */

h2.about {
border-bottom: solid 3px #ccc;
position: relative;
margin-top: 1em;
margin-bottom: 1em;
padding-bottom: 0.5em;

}

h2.about:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #6cf;
bottom: -3px;
width: 20%;
}

h3.about {

border-bottom: solid 1px #6cf;
margin-top: 1.5em;
margin-bottom: 1em;
padding-bottom: 0.5em;

}

h4.about {
border-left: solid 3px #6cf;
border-bottom: dotted 1px #ccc;
margin-top: 1.5em;
margin-bottom: 1em;
padding-bottom: 0.5em;
padding-left: 1em;
}

