body{
	  background-color: #FFEDDC;
	  color: #555555;
	  font-size: 12px;
	  line-height: 1.3;
	  text-align: center;
	 }
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.red {
	color: #FB2796;
	font-size: 14px;
	text-decoration: none;
}
.pur_big {
	font-size: 18px;
	color: #330066;
}
