

body {background-color: FFFFFF}
{
font-family:  Arial, Helvetica, sans-serif;
/* This sets the text font type */
color: Black;
/* This sets the text font color */
}
p {font-size: 100%}
/* This sets the paragraph font size */
p.margin {margin-left: 0.5cm}
/* This sets the paragraph indent distance */

h1 {color: Green}
h2 {text-align: left; color: #800000; font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: bold; }
h3 {text-align: left; color: #800000; font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; }
h4 {color: #336633; 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; }

a:link {color: Blue}
a:visited {color: Blue}
a:hover {color: DarkOliveGreen}
a:active {color: Blue}
