﻿ul#footerlinks li {
    list-style: none;
    display: inline;
    font-size: small;
             
  }


ul#headerlinks li {
    list-style: none;
    display: inline;
    font-size: small;
             
  }





h1 {
 	font-size:100%;
        font-style:bold;
        padding-left:18px;
	padding-right:18px;
	padding-top:40px;

   }
   
   
h2 {
	font-size:100%;
        padding-left:18px;
	padding-right:18px;
	padding-top:10px;

   }
  


a:link { font-weight:bold; color:black; text-decoration:none; }
a:visited { font-weight:bold; color:#6f6f6f; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:#cd9600; text-decoration:none; }
a:active { font-weight:bold; color:red; text-decoration:underline; }



body {
	background:#cccccc;
	font-family:Arial, Helvetica, Sans-Serif;
}





