﻿body 
{
    background-color: #45304a;
    color: #c8c8c8;
    font-family:  Verdana, helvetica, Arial;
    font-size: 10pt;
}

p
{
    margin: 0px 0px 15px 0px;
}

a, a:visited
{
    color: #c8aac8;
    text-decoration: none;
}
a:hover
{
    color: #a080a0;
    text-decoration: underline;
}
    
h1 
{
    font-family: Myriad Pro Cond, Arial Narrow, Helvetica, Verdana;
    font-size: 1.8em;
    font-weight: bold;
    text-transform: uppercase; 
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    }

h2
{
    font-family: Myriad Pro Cond, Arial Narrow, Helvetica, Verdana;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    }
    
h2 a, h2 a:visited
{
    color: black;
    text-decoration: none;
    }

h2 a:hover
{
    text-decoration: underline;
    }

h3
{
    font-family: Arial Narrow, Helvetica, Verdana;
    font-size: 1.2em;
    font-weight: bold;
    margin: 2px;
    }
    
h3 a, h3 a:visited 
{
    text-decoration: none; }
h3 a:hover
{
    text-decoration: underline; }
    
h4  
{
    margin: 0px;
    font-family: Arial Narrow, Helvetica, Verdana;
    font-size: 1.05em;
    font-weight: bold;
    text-transform: uppercase;
}

ul 
{
    padding-left: 28px;
}
li
{
     list-style-image: url(/content/images/buttons/checkmark.jpg);
}
    
hr { height: 0px; width: 100%; color: Black; background-color: Black;}
.BlogImage 
{
    margin: 4px;
}
