/* basic-2.1.css        */
 

body {
	background-color: 2a3054;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link { 
   color: #ffffff;
  }

a:visited { 
   color: #ffffff;
  }

a:active { 
   color: #2a3054;
  }


a:hover { 
   color: #CCCCCC; 
   }
   
     
  h1 {
  color: 2a3054
  font-family: Georgia, "Times New Roman", Times, serif
  font-size: 16px
  text-align: center
  }
  

p, form {
	font-family: trebuchet ms;
	color: #2a3054;
	font-size: .9em;	
	}


.footer {
	font-family: trebuchet ms;
	color: #FFFFFF;
	font-size: .7em;
	text-align: center;	
}