
body {
 font-family: 'Source Sans Pro', sans-serif;
 font-size: 1.0em;
 background: #f5f6f7;
 line-height: 1.3em;

}


#content {
 width: 70%;
 color: #30393F;
 margin: 0px;
 padding: 40px 50px 40px 40px;
 float: left;
}



h1 {
 font-size: 1.8em;
line-height: 1.5em;
font-weight: bold;
color: #30393F;
}
h2 {
font-size: 1.5em;
line-height: 1.5em;
font-weight: bold;
color: #30393F;
}
h3 {
font-size: 1.1em;
line-height: 1.5em;
font-weight: bold;
color: #30393F;
}



ul {
margin-left: 30px;
}


a:link {
color: #FF0000;
text-decoration: none;
}
a:visited {
color: #FF0000;
text-decoration: none;
}
a:hover {
color: #FF0000;
text-decoration: underline;
}
a:active {
color: #FF0000;
text-decoration: none;
}

hr {
height:1px;
border-style:none;
border-top:1px dotted #333333;
}

