<style type="text/css">

body 
{
font-family:  Arial, Helvetica, sans-serif;
/* This sets the text font type */
color: Black;
/* This sets the text font color */
background-color: #ffffff 
/* This sets the body backgroud color */
}
p {font-size: 12pt}
/* This sets the paragraph font size */
p.margin {margin-left: 0.5cm}
/* This sets the paragraph indent distance */

h1 {color: #006400; font-family: Arial, Helvetica, sans-serif; font-size: 24pt; font-weight: bold; text-align: center }
h2 {color: #556b2f; font-family: Arial, Helvetica, sans-serif; font-size: 18pt; font-weight: bold; }
h3 {color: #556b2f; font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; }
h4 {color: #556b2f; font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; }
h5 {color: Black; font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; text-align: center }
h6 {color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; }
</style>