

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 {text-align: left; color: #5C1391; font-family: Times New Roman; font-size: 24pt; font-weight: BOLD;  }
h2 {text-align: left; color: #5C1391; font-family: Times New Roman; font-size: 18pt; font-weight: BOLD; }
h3 {text-align: center; color: #5C1391; font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; }
h4 {text-align: left; color: #5C1391; font-family: Times New Roman; font-size: 14pt; font-weight: bold; }
h5 {text-align: left; color: DarkSlateGray; font-family: Times New Roman; font-size: 10pt; font-weight: bold; }
h6 {text-align: center; color: #5C1391; font-family: Times New Roman; font-size: 24pt; font-weight: BOLD;  }


a:link {color: Blue}
a:visited {color: Blue}
a:hover {color: Maroon}
a:active {color: Maroon}
