h1 {
	font-family:"georgia", serif;
	font-size:1.25em; /* 20/16=0.25em */
	text-align:center;
	letter-spacing:0.25em;
	border-style:dotted;
	border-width:thin;
	padding:0.5em;
	margin-left:auto;
	margin-right:auto;
	width:150px;
	}
	
body {
	background-color:#FFF391;
	font-family:"verdana", sans-serif;
	font-size:100%; /* set default font size to 100% */
	margin:0; /* presets to allow centering of block elements */
	padding:0; /* for layout purposes and crossbrowser compatibility */
	}
	
.main {
	background-color:#FFFFFF;	
	margin-left:auto;
	margin-right:auto;
	height:150px;
	padding:1.5em;
	max-width:400px;
	font-size:0.75em; /* 12px/16=0.75em */
	}	
	
.footer {
	font-size:0.675em; /* 10px/16=0.675em */
	clear:both;
	text-align:center;
	}
	
a:link, a:visited, a:hover, a:active {
	color:#0000FF;
	text-decoration:none;
	}
	
a:hover {	
	text-decoration:underline;
	}
	
a:active {
	text-decoration:overline;
	}

img.shapez, img.validations {
	border-style:none;
	}
	
img.shapez {
	float:left;
	}

