HTML, BODY
{
    font-size: 11px;
    font-family: Verdana;
}

h1
{
    /* color: #69c357;  Green*/
    color: #232f61;
    font-size: 20px;
}

h2
{
    font-size: 17px;
}

h3
{
    color: #232f61;
    font-size: 16px;
}

h4
{
    font-size: 15px;
}

h5
{
    color: #232f61;
    font-size: 14px;
}

h6
{
    font-size: 13px;
    font-weight: bold;
}

td
{
    font-family: Verdana;
    font-weight: normal;
}

a:active, a:visited, a:link
{
    color: #232f61;
}

a:hover
{
    color: #93d550;
}

p, td, li, a:link, a:visited, a:active, a:hover
{
    font-size: 13px;
}

img
{
    border-style: none;
}

h2.blog_title a
{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16pt;
	margin-bottom: 3px;
	margin-top: 15px;
	line-height: 16pt;
        text-decoration: none;
        font-weight: bold;
}
