/* style sheet */

BODY   {
       background-color: #df0024;
       font: 10pt verdana, sans-serif;
       color: white;
       font-weight: normal; 
       margin: 50px 30px 20px 150px;
       }

h1     {
       font: 15pt verdana, tahoma, sans-serif;
       font-weight: bold;	
       text-align: center
       }

h2     {
       font: 8pt tahoma, helvetica, arial, tahoma, sans-serif;
       
       }

a:link {
	color: white;
        text-decoration: none;
        font-weight: bold;
        }

a:hover {
	color: green;
	text-decoration: none;
	font-weight: bold;
	}


a:active {
        color: orange;
        background-color: #FFF;
        text-decoration: none;
        font-weight: bold;
	}

a:visited {
        color: navy;
        text-decoration: none;
        font-weight: bold;
        }

#menu	{
	text-align: center;
	padding: 5px 5px 10px 5px;
	background-color: #df0024;
	margin-top: 0px;
	margin-bottom: 10px;
 	}

#menu a	{
	padding-left: 10px;
	padding-right: 10px;
	}

#content {
	 border-left: 150px;
	 border-top: 30px;
	 border-right: 150px;
	 }
         


