h1
{
	font-family: "'Times New Roman', Arial, Helvetica, sans-serif";
	font-size:x-large;
	color:#330000;
	padding-top: 10px;
}

h2
{
	font-family: "'Times New Roman', Arial, Helvetica, sans-serif";
	font-size:large;
	color:#330000;
}


table
{
  border-color: wheat;
}

td
{
	font-family: "'Times New Roman', Arial, Helvetica, sans-serif";
	font-size:medium;
  border-color: wheat;
}
tr
{
  border-color: wheat;
}

body
{
        background-image: url("../images/SharedImages/Background.jpg" );
        background-color: ivory;
}

a
{
	font-family: "'Times New Roman', Arial, Helvetica, sans-serif";
	color: #330000;
        text-decoration: none;
	padding: 0px;
        margin: 0px;
}

a:visited {
	color: saddlebrown;
        text-decoration: none;
}

a:hover
{
	font-family: "'Times New Roman', Arial, Helvetica, sans-serif";
	color: brown;
        text-decoration: none;
}

