/* Created by TopStyle Pro Trial Version - www.bradsoft.com */
body {
	margin: 5px 5px 5px 5px;
	padding: 3px 3px 3px 3px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #2F4F4F;
	background-color: Yellow;
	text-align: center;
	/* part 1 of 2 centering hack */
	}
	
H1	{
	color: Red;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: 900;
	font-variant: small-caps;
	letter-spacing: 5px;
}

#content {
	width: 80%; 
   height: 300px;
	padding: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;	
	/* opera does not like 'margin:20px auto' */
	background: #FFFAFA;
	border: 2px solid #ccc;
	text-align:justify; 
	}

.footer {
		font-size: xx-small;
		color: #2F4F4F;
	}

