﻿body 
{
    font-family:Arial;
    color:#5B2920;
}


h1
{
  
    
    padding:0;
    font-size:18px;
    font-weight:bold;
}

h2
{
    background-color:#80170F;
    padding:8px;
    font-size:16px;
    color:#FFFFFF;
}

h3
{ 
    font-size:15px;
}

p,ul
{
    font-size:14px;
}


a
{
    color:#7DAF6D;
    font-weight:bold;
    text-decoration:none;
    
}

h3 a,h3 a:hover
{
    color:#5B2920;
    
}

a:hover
{
    color:#80170F;
    font-weight:bold;
    text-decoration:none;
   
}



