body{
 background-color:"#fffbe8";
  }
  
 p{
 color: #000000;
	font-size: 14px;
	font-family: Century;
	font-weight: normal;
}
  
  a:link{
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-family: Century;
	font-weight: bold;
	
}

a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-family: Century;
	font-weight: bold;

}

a:hover {
	text-decoration: underline;
	font-size: 14px;
	font-family: Century;
	font-weight: bold;

}

a:active {
	text-decoration: none;
	font-size: 14px;
	font-family: Century;
	font-weight: bold;

}