﻿<!DOCTYPE html>
<html lang="en">
<head>
<title>CSS Template</title>
<meta charset="windows-1252">
<meta name="viewport" content="width=device-width, initial-scale=1">

<style>
  body {
  background-image: url("images/backgroundsmall.jpg");
  background-repeat:repeat;
  background-color: #FFFFFF;
  background-size: 100%;
  color: #000000;
  display: block;
 }
  :link { color: #3366CC }
  :visited { color: #666666 }
  :active { color: #996600 }
  p.c8 {text-indent: -.25in; margin-left: 1.0in}
  strong.c7 {text-decoration: underline}
  span.c6 {text-decoration: underline}
  p.c5 {font-weight: bold; font-size: 20pt; text-align: left;}
  p.c4 {font-weight: bold; font-size: 16pt; text-align: left; text-decoration: underline}
  p.c3 {font-weight: bold; font-size: 20pt; text-align: center; color:#000080}
  p.c2 {font-style: italic; font-weight: bold; font-size: 16pt; text-align: center; color:#000080; }
  p.c1 {font-size: 18pt; text-align: left}
  </style>
  </head>
  </html>
