﻿body 
{
    font-family: arial,sans-serif;    
    background-image: url(/images/background.jpg);
    background-repeat: repeat-x;
    font-size: small;
    color: #FFFFFF;
    background-color: #000000;
}

h1   { color: #FFFFFF; font-family: "bradley hand ITC"; font-size: 42px; }
h2   { color: #FFFFFF;  font-family: "bradley hand ITC"; font-size: 32px;}
h3   { color: #FFFFFF;  font-family: "bradley hand ITC";}

h2 a:link		{ color: #FFFFFF; text-decoration: none; }
h2 a:visited	{ color: #FFFFFF; text-decoration: none;  }
h2 a:hover		{ color: #FFFFFF; text-decoration: none;  }
h2 a:active		{ color: #FFFFFF; text-decoration: none;  }

h3 a:link		{ color: #e6b000; text-decoration: underline; font-size: medium;}
h3 a:visited	{ color: #e6b000; text-decoration: underline; font-size: medium; }
h3 a:hover		{ color: #e6b000; text-decoration: underline; font-size: medium; }
h3 a:active		{ color: #757f8a; text-decoration: underline; font-size: medium; }

a:active	{ text-decoration: underline; font-style: normal; color: #e6b000; font-weight: normal; }
a:link		{ text-decoration: underline; font-style: normal; color: #e6b000; font-weight: normal; }
a:visited	{ text-decoration: underline; font-style: normal; color: #e6b000; font-weight: normal; }
a:hover		{ text-decoration: underline; font-style: normal; color: #757f8a; font-weight: normal; }

/*Navigation*/
a.nav:active	{ text-decoration: none; font-style: normal; font-weight: bold; font-size: 12px; color: #FFFFFF;  }
a.nav:link		{ text-decoration: none; font-style: normal; font-weight: bold; font-size: 12px; color: #FFFFFF;  }
a.nav:visited	{ text-decoration: none; font-style: normal; font-weight: bold; font-size: 12px; color: #FFFFFF;  }
a.nav:hover		{ text-decoration: none; font-style: normal; font-weight: bold; font-size: 12px; color: #e6b000;  }