﻿body 
{
    font-family: Arial, Tahoma, Helvetica, Sans-Serif;
    font-size: .9em;
    background-color: #000000;
}

a
{
    color: #003399;
    text-decoration: none;
}

a:hover
{
    font-weight: bold;
    /* text-decoration: underline; */
}

h1
{
	font-size: 2em;
	font-family: "Times New Roman", Times, Serif;
	font-style: italic;
	color: #FFFFFF;
	margin: -10px 0px -10px -10px;
	padding: 15px 0px 8px 35px; 
	/* display: inline; */
    width: 905px;
    background-image: url("Images/Heading1Backdrop.jpg");
    background-repeat: repeat-x;
    border-top: solid 2px #000033;
    border-bottom: none;
    height: 60px;
}

h2
{
    color: #003366;
}

li
{
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 7px;
}
