/* CSS Document */
a:link { text-decoration: none }
a:active { text-decoration: none }
a:visited { text-decoration: none }
a:hover { text-decoration: underline }
.header { font-size:16pt;}
.footer { font-size:8pt; text-align:right; }
body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	background-color: #4d797a;
}
html {
	height: 100%;
}
p { font-size:10pt; }
li { font-size:10pt; }
.quote {
	margin-right:50px;
	margin-left:50px;
}