/* CSS Document */

body
	{ background-color: #FFFFFF;  
	
.content
	{ margin: 20px;}
	
p { margin-left: 20px;
    margin-right: 20px;}
	
#textfield
	{ background-color: #F3F3F3;}

a:link
	{ color: #990010;
	  text-decoration: none;}

a:hover
	{ color:#E0DD98;
	  text-decoration: underline;}
	  
a:visited
	{ color: #990010;
	  text-decoration: none;}
	  
#contactfield
	{ background-color: #E3E0A4;}
	
#contactheader
	{ background-color: #990100;}