
body
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #2d3133;
}

h1
{
    color: #404649;
    font-weight: 300;
}
h2
{
    color: #e66428;
    font-weight: 300;
}
h3
{
    color: #e66428;
    font-weight: 300;
}

  
p,
li
{
    font-size: 1.1em;
    color: #666b6d;
}
    
a
{
    color: #666b6d}
a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover
{
    color: #b3b5b6;
    text-decoration: underline;
}
a:active,
h1 a:active,
h2 a:active,
h3 a:active
{
    color:               #1a1c1d;
    text-decoration:     underline;
}
a img
{
    border-color: #33383a;
}
a:hover img
{
    border-color:        #b85020;
}
a:active img
{
    border-color:        #e66428;
}
    
strong,
b
{
    font-weight:          700;
}

.highlight
{
    background-color:    #f8d1bf;
}

hr
{
    background-color:    #d9dadb;
    margin:              5px 0 5px 0;
}