@charset "utf-8";
/* CSS Document */
html {	
	height:100%
}
body {
	background-color:#dddddd;
}
.mail {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
}
.anons {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	text-align: center;
	vertical-align: middle;
	height:100%;
	width:100%;
	color: #333;
	line-height: 1.7em;
}

.anons a {
	color: #900;
	text-decoration: underline;
}
.message {
	background-color: #666;
	width: 750px;
	color: #FFF;
	padding: 30px;
}

.little {
	font-size: 0.9em;
	line-height: 1.3em;
}