body {background-color: white} 
h1 {font-size: 20pt; color:blue; font-family:verdana} 
h2 {color: blue} 

p {font-size:8pt; font-family:arial}
 
p.h1 {font-size:16pt; font-family:times new roman}
 
p.nine {font-size:9pt; font-family:arial}
p.eight {font-size:8pt; font-family:arial}
p.seven {font-size:7pt; font-family:arial}
p.six {font-size:6pt; font-family:arial}

div.eight {font-size:8pt; font-family:arial}
div.seven {font-size:7pt; font-family:arial}
div.six {font-size:6pt; font-family:arial}
div.five {font-size:5pt; font-family:arial}
div.h1 {font-size:16pt; font-family:times new roman}
 
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline}

p.dotted {border-style: dotted}
p.dashed {border-style: dashed}
p.solid {border-style: solid}
p.double {border-style: double}
p.groove {border-style: groove}
p.ridge {border-style: ridge}
p.inset {border-style: inset}
p.outset {border-style: outset}

td.border {border-style: solid; border-width: 1px; border-color: blue}

p.margin {margin: 5cm 5cm 5cm 5cm}
td.padtwo {padding: 0.5cm 0.5cm}

