﻿body
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #808080;
}


a
{
    color: #003399;
    text-decoration: underline;
}
a:hover
{
    color: #000000;
    text-decoration: none;
}

/*headings*/

h1
{
    font-size: 170%;
    font-weight: normal;
    padding-bottom: 0.4em;
    color: #808080;
}

h2
{
    color: #808080;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
}
h3
{
    color: #333333;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 120%;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}
h3 a
{
    text-decoration:none;
    }
    

.PhotoBorder
{
    padding:10px;
    }