body, html {
	background-color: #DDDAD3;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;}
p {
  color: #FFFFFF;
/*font-size: 14px; */
 display: block;  
}

a:link {
  color: #FFFFFF;
  text-decoration: underline;
}

a:hover{
  color: #9AA5C7;
  text-decoration: underline;
}
a:visited{
  color: #9AA5C7;
 }
.header {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  width:100%;
/*  display: block;*/
}
.subheader {
  color: #9AA5C7;
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.fett {
	font-weight: bold;
}
h1 {
	color: #9AA5C7;
  font-size: 18px;
  font-weight: bold;
}h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
