body {
font-family: "Arial", san-serif;
font-size: 10pt;
color: black;
background-color: #F0EFE2;
}

p, li, dd {
text-align: left;
color: black;
font-family: arial;
font-size: 10pt
}
		
p.center {
text-align: center;
color: black;
font-family: arial;
font-size: 10pt
}

p.right {
text-align: right;
color: black;
font-family: arial;
font-size: 10pt
}

h1 {
text-align: left;
color: black;
font-family: Arial;
font-size: 12pt;
font-weight: bold
}

h1.center {
text-align: center;
color: black;
font-family: Arial;
font-size: 12pt;
font-weight: bold
}

h2 {
text-align: left;
color: black;
font-family: Arial;
font-size: 10pt;
font-weight: bold
}

h2.center {
text-align: center;
color: black;
font-family: Arial;
font-size: 10pt;
font-weight: bold
}

/* links */
a:link		{color:#363466}
a:visited	{color:#363466}
a:active	{color:#363466}
a:hover		{color:#363466} 

</style>
</head>
</html>