<HTML>
<HEAD>
<TITLE>Style Sheet</TITLE>

BODY {color: black; font-family: arial}
H1 {font-weight: bold; font-size: 50px; font-family: arial}
H2 {font-weight: bold; font-size: 36px; font-family: arial}
H3 {font-weight: bold; font-size: 18px; font-family: arial}

.main {font-size: 12px; font-family: arial}
.medium  {font-size: 14px; font-family: arial}
.large {font-size: 16px; font-family: arial}
.largebold {font-weight: bold; font-size: 16px; font-family: arial}
.giantbold {font-weight: bold;font-size: 22px; font-family: arial}


</HEAD>
<BODY>
</BODY>
</HTML>