.hmax {
	color: black;
	font-size:45pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:5px;
}

.hmax2 {
	color: black;
	font-size:1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-left: 0; 
	margin-top:-10;
	margin-bottom:80px;
}

#center {
	text-align:center;
}

.italic {
	font-style:italic;
}

p {
	font-size:0.9em;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	line-height: 150%;
	margin-bottom:3em;
}	

a {
	font-size:0.9em;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	line-height: 150%;
	text-decoration:underline;
}	

a:hover {
	font-size:0.9em;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	line-height: 150%;
	text-decoration: none;
}	

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em; 
	line-height: 150%;
	color: red;
}

#greybox { 
	padding: 20px;
	position: absolute;
	left: 50px;
	top: 50px;
	font-size: 0.9em; 
	line-height: 150%;
	width: 500px; 
	background-color: #CCCCCC; 
   } 

