a:link {
  color:#FF0000;
  text-decoration:underline;
  font-weight: bold;
  }

a:visited {
  color:#FF0000;
  text-decoration:underline;
  font-weight: bold;
  }

a:hover {
  color:#000000;
  text-decoration: underline;
  font-weight: bold;
  }

a.nav:link { 
  font-family: arial; 
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
  }
  
  a.nav:visited { 
  text-decoration: none;
  font-family: arial; 
  font-weight: normal;
  color: #ffffff;
  }
  
  a.nav:hover { 
  text-decoration: none;
  font-family: arial; 
  font-weight: normal;
  color: #000000;
  background: #cccccc;
  }
  
h1 {
  align: center; 
  font-size: 36px; 
  font-family: Arial, Helvetica, sans-serif; 
  color: #FFFFFF;
  }

h2 {
  align: center; 
  font-size: 20px; 
  font-color: green; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }

body {
  background-color: #CCCCCC;
  }

p {
  font-size: 12px; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-style: normal; 
  color: #000000;
  }

td {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #000000;
  }

table {
  background-color: #FFFFFF;
  }

h4 {
  font-size: 14px;
  }

h3 {
  font-size: 18px;
  }

blockquote {
  font-size: 12px;
  }

tr {
  background-color: #FFFFFF;
  }
.footer {
	color: #FFFFFF;
}
