body
{
margin: 10px;
background: "navy";
background-image: url("../marble-navy.jpg");
background-repeat: repeat;
}

h1, h2, h3, h4, h5 { color: #4682B4; padding-left: 10px; font-family: "Trebuchet MS"," Arial Narrow", Arial;}

h1, h2 { font-size: 16pt; font-family: "Trebuchet MS"," Arial Narrow", Arial;}

h3, h4 { font-size: 12pt; font-family: "Trebuchet MS"," Arial Narrow", Arial;}

h3 { padding-top: 5px; padding-bottom: 5px;}

h5 { font-size: 11pt; font-family: "Trebuchet MS"," Arial Narrow", Arial;}

p { color: navy; padding-left: 10px; padding-right: 10px; font-size: 11pt; font-family: "Trebuchet MS"," Arial Narrow", Arial; }

Div { color: #444444; padding-left: 10px; padding-right: 10px; font-size: 11pt; font-family: "Trebuchet MS"," Arial Narrow", Arial; }

Li { padding-left: 10px; padding-right: 10px; font-size: 11pt; font-family: "Trebuchet MS"," Arial Narrow", Arial; }

a:link{
    color: #4682B4;
    text-decoration: none;
    font-family: "Trebuchet MS", "Arial Narrow", Arial;
}

a:visited{
    color: maroon;
    text-decoration: none;
    font-family: "Trebuchet MS", "Arial Narrow", Arial;
}

a:active{
    color: maroon;
    text-decoration: none;
    font-family: "Trebuchet MS", "Arial Narrow", Arial;
}

a:hover{
    color: red;
    font-weight: bold;
    text-decoration: underline;
    font-weight: bold;
    font-family: "Trebuchet MS", "Arial Narrow", Arial;
}
