h1           { color: #008080; font-family: helvetica, arial, sans-serif; font-size: 200%; 
               text-align: Center }
h2           { color: black; font-family: helvitica, arial, sans-serif; font-size: 150%; 
               text-align: Center }
p            { font-family: Times New Roman, helvetica, sans-serif; font-size: 100%; color : black }
hr	{color: #000000}
ul, ol, li{
	color : black;
	font-family : helvitica, arial, sans-serif;
	font-size : 100%;
	line-height : 120%;
	margin-left : 50px;
	}


a:link       { text-decoration: none;
	color: blue;
	font-family: Arial, helvetica, sans-serif
	}
a:visited    { text-decoration: none;
	color: blue;
	font-family: Arial, helvetica, sans-serif;
	}
a:hover      { text-decoration: underline;
	color: blue;
	font-family: Arial, helvetica, sans-serif
	}
.quote {
	background-color : #C1C3DA;
	font-weight: bold;
	font-size: 110%;
	padding: 12pt;
	margin-left: 7%;
	margin-right: 7%
	}

td {
	vertical-align: top;
	padding : 4pt
	}

body {
	background-color : #ffffff;
	color : black;
	}

