
<html>
<head>
<style type="text/css">

body {background-image:pictures\bg002.jpg}

h1.center,h2.center,h3.center ,h4.center ,h5.center ,h6.center  {text-align:center;color: #000080}
h1.left,h2.left,h3.left ,h4.left ,h5.left ,h6.left  {text-align:left;color: #000080}
h1.center {font-size: 48pt}
h2.center {font-size: 36pt}
h3.center {font-size: 28pt}
h4.center {font-size: 24pt}
h5.center {font-size: 18pt}
h6.center {font-size: 12pt}
h1.left   {font-size: 48pt}
h2.left   {font-size: 36pt}
h3.left   {font-size: 28pt}
h4.left   {font-size: 24pt}
h5.left   {font-size: 18pt}
h6.left {font-size: 12pt}

p.center {text-align: center;text-valign:top;margin-left:10;margin-right:0;margin-top:-20;color:  #000080;font-family: arial;font-size:10pt}
p.left {text-align: left;text-valign:top;margin-left:10;margin-right:0;margin-top:-20;color: #000080;font-family: arial;font-size:10pt}
p.left_small {text-align: left;text-valign:top;margin-left:10;margin-right:0;margin-top:-20;color: #000080;font-family: arial;font-size:8pt}
td {text-align: center;color:red;font-family: arial;font-size: 13pt;}
text {valign:top;font-size:20points;font-color:#000080;font-family:arial}
hr {color:navy;width:50%}
a {text-valign:top;margin-top:0;font-weight: bold;color:#000080;font-size: 10pt; font-family:arial}
a:link {text-valign:top;margin-top:0;font-size: 10pt;color:#000080}
a:name {text-valign:top;margin-top:0;font-size: 10pt;color:#000080}

/* below sample of table will set the postion of table with resopect to body. not being used here.
table {margin-top: 5px; margin-right: 10px; margin-bottom: 20px; margin-left: 10px;}  */
/* below sets the shape of dots in list */
ol {text-align:left;font-size: 13pt;color:#000080}
ul {text-align:left;font-size: 13pt;color:#000080}
li {list-style: square}
span.blue_small {font-weight: bold;size:+14;color:red;background: blue}


</style></head>

/* -- if css file is external, use link tag between head tag.

<link rel="stylesheet" 
type="text/css" href="ex1.css"  */
</head>
<! ALL CSS CODING  IS  THIS LEVEL ---/>
<!------------------------------------------------------------------/>
</html>




