body {
	font-size: 90%; /* Resets 1em to 10px */
	line-height: 130%;
	font-family: 'Arial', 'Sans-Serif';
	text-align: center;
}
small {
	font-size: 75%;
}
h1, h2, h3 {
	font-weight: bold;
}
h1 {font-size:150%;letter-spacing:100%;font-variant:small-caps}
h2 {font-size:140%;letter-spacing:100%;}
h3 {font-size:130%;letter-spacing:100%;}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}
a img {border:none}
a, h2 a:hover, h3 a:hover {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form select, form input, form textarea {
	font-family: 'Arial', 'Sans-Serif';
	font-size: 75%;
}
form {
	margin:0px; padding:0px;
}
div.footer{font-size:80%}
div.title{font-size:140%;}
div.summary{font-size:75%;line-height: 120%;}

hr {height:1px; color:#e0e0e0;}


