<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">

h1 {text-align: left}
h2 {text-align: center}
h3 {text-align: center}
h4 {text-align: center}
h5 {text-align: center}
h6 {text-align: center}
<title>style sheet 1</title>

body {background-color: beige}
p
{
margin-left: 15px; margin-right: 15px; font: times roman; color: black; font-style:normal; font-variant:normal; font-weight:normal; font-size:12pt
}
h1 {color:brown; font-size:14pt}
h2 {color:brown; font-size:23pt}
h3 {color:brown; font-size:20pt}
h4 {color:brown; font-size:16pt}
h5 {color:brown; font-size:14pt}
h6 {color:brown; font-size:12pt}

hr {3pt; color:CCCCFF}

p {font-size:12pt; margin-left: 15px}
p {text-align: justify}
p.small {line-height: 0.4cm}
p.big {line-height: 0.9cm}
a:link { color: brown } /* unvisited link */
a:hover { color: blue }  /* unvisited link */
a:active { color: green } /* active link */
a:visited { color: green } /* visited link */

.ref {margin-left: 15px; color: blue; font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt}
.c {text-align: center}
</style>
</head>
</html>

 
