body {
background-color: white;
padding: 0;
margin: 0;
width: 100%
height: 100%;
font-family:Didot, Georgia, serif;
}

div.subscribe {
	padding: 30px 0 0 0;
}
 
.required {
	font-size : 12px;

	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

.missing {
	font-size : 14px;

	font-weight : bold;
	font-style : normal;
	color : red;
}

.error  {
	font-size : 12px;

	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

.info  {
	font-size : 12px;

	font-weight : normal;
	font-style : normal;
	color : magenta;
	text-decoration : none;
}



