﻿body 
{
    font-family:Verdana, Tahoma, Arial;     
}

a
{
    color: #8e805e;/*rgb(0, 80, 160);*/
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px dotted #8e805e;
}

a:hover
{
    color: #8e805e; /*rgb(236, 106, 21);*/    
    font-weight: 500;
}

a:selected
{
    text-decoration: none;
}

a:hover .WhiteLinks
{
    color: white;
    border-bottom: none;
    text-decoration: underline;
    font-weight: 500;  
}

h1, h2, h3, h4, h5, h6
{ 
    color: rgb(119, 126, 136);
}

hr
{
    border-bottom: 1px dotted #8e805e;
}

#content_frame
{
    border: 4px solid rgb(119, 126, 136);
}

.hstyle_li /*This is a paragraph class which styles paragraphs like headings with bold for list items */
        /*This should be placed in a global css, at least the margin settings should be */
{
    color: rgb(119, 126, 136);
    font-weight: 600;
}

.hstyle  /*This is a paragraph class which styles paragraphs like headings. */
        /*This should be placed in a global css, at least the margin settings should be */
{
    color: rgb(99, 106, 116); /*119, 126, 136)*/    
    font-weight: 500;
}

