/* Created by http://freehtml5templates.com */

/* reset */
* {
margin: 0;
padding: 0 0 0 5px;
}

body {
line-height: 1;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 14px;
line-height: 18px;
}
	
/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
padding: 10px 0 0 0; /* Top, Right, Bottom, Left */
}

a:link, a:active, a:visited {
color:#097969;
text-decoration: none;
font-weight: bold;
text-shadow: none;
}

a:hover {
color: #0A67A2;
color: #000000;
background: #C1E1C1;
}

p {
margin-bottom: 8px;
}

dt {
padding: 2px 0 2px 0; /* Top, Right, Bottom, Left */
}
