/* GENERAL STYLES */
/*
===========================
BHM Main Styling
===========================
*/
html 
{
    overflow-y: scroll;
}

body 
{
    margin:0;  
    font-family:Georgia, Verdana, Arial; 
    font-size:16px;
    color:#4a4a4a;     
    background: #ededed url(../../gfx/body_bg.jpg) repeat-x;
}

img
{
    display:block;
    border:0;
}


h1
{        
    font-size: 28px;    
    /*color:#0082c1;*/
    margin: 10px 0 5px 0;
    font-family: Georgia,Courier New;
    font-weight:normal;
}

h2
{
    
    font-size: 20px;   
    font-family:Georgia, Courier New;     
    color:Black;
    font-weight: lighter;
    margin-top: 27px;
    color:#4a4a4a;     
}

h3
{
    font-family:Georgia;
    font-size:14px;
    font-weight:bold;
}


/* EDITOR PROPERTIES */

