﻿<style type="text/css">

/* stylesheet pagetop */


/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote { padding: 0; margin: 0; font-size: 100%; font-weight: normal;}
ol {   margin-left: 1.4em;   list-style: decimal; }
ul {   margin-left: 1.4em;   list-style:square; }
img {  border: 0;}
/* end reset browser styles */






body { background: white; border: 2px blue solid; border-collapse: collapse; }/* leave body tag blank for white outside edge of a page */

.logocell { background: white; height: 200px; border: 2px blue solid; border-collapse: collapse; text-align: center; }
		/* use this only on pages with large top logos or maps, view tips, visitor counter, etc*/

.logocellsml { background: white; height: 140px; border: 2px blue solid; border-collapse: collapse; text-align: center; }
      /* use this on most pages*/
      
.gazette  { background: #fff5e8; height: 140px; border: 2px blue solid; border-collapse: collapse; text-align: center; font-family:"Old English Text MT"; color:maroon; font-size: 14pt }
    

.titlecell { background: lightcyan; height:148px; border: 2px blue solid; border-collapse: collapse; text-align: center; }
		/* use this only on pages with large top logos or maps, view tips, visitor counter, etc*/

.titlecellsml { background: lightcyan; height:140px; border: 2px blue solid; border-collapse: collapse; text-align: center; }
		/* use this on most pages*/
.normal { background: lightcyan; border: 2px blue solid; border-collapse: collapse; font-family: "Trebuchet MS", "Arial"; font-size: 12pt; color: maroon; text-align: center;  }

h1 { font-family: "Comic Sans MS";	font-size: 18pt;	font-weight: normal; color: blue; text-align: center; } /* for Website name*/
h2 { font-family: "Verdana";	 font-size: 14pt;	font-weight: bold; color: maroon; text-align: center; } /* for page title and sub title*/
h3, .pagedate { font-family: "Trebuchet MS";	font-size: 10pt;	font-weight: normal; color: maroon; text-align: center; } /* for  page creation date/page update*/

.visitorcounter { background: #FFFF99; height: 22px; border: 1px blue solid; border-collapse: collapse;  font-family: "Trebuchet MS", "Arial"; font-size: 10pt; color: maroon; text-align: center; vertical-align: top; }
.viewingtip { background: #CCFF99; height: 30px; border: 1px solid blue; border-collapse: collapse; font-family: "Trebuchet MS", "Arial"; font-size: 10pt; color: red; text-align: center; vertical-align: middle; }

.lb, .linkbutton { background: #d4ecfb; border: 2px blue solid; border-collapse: collapse; height:25px; font-family:"Trebuchet MS"; font-size: 10pt; color: maroon; text-align: center; }
.active {background: aqua; }

a:link { font-family: "Trebuchet MS"; color: blue; font-weight: normal; font-style:normal; text-decoration:none; }
a:visited { font-family: "Trebuchet MS"; color: blue; font-weight: normal; font-style:normal; text-decoration:none; }
a:hover { font-family: "Trebuchet MS"; color: blue; font-weight: normal; font-style:normal; text-decoration:underline; } 

