<!-- body gives the default font look for all text -->
<!-- note that all attributes will apply to all tags unless they are overriden by other styles sheets -->
body {
	width: 100%;
    height: 100%;
	background-color: #FE8E9C;
	background-image: url("./img/fade.jpg"); 
	background-repeat: repeat-x; 	
	font-family: Arial, "Comic Sans MS", Geneva, Verdana, sans-serif 	
	}

h1 { color: #FF0033; font-style: italic; text-align: center; }
h2 {  color: #FF0033; font-style: italic; font-size:175%; text-align: center}
h3 {color: #FF0033; font-size:125%;}

<!--
a:link { color: blue; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: red; text-decoration: underline; background: #F9EDED  }
-->

#header {margin: 0;padding: 5px 5px;}
#middle {margin: 0;padding: 0;}

#col1 {float: left;width: 25%;}
#col2 {float: left;width: 70%;}
#Centertext {text-align: center;}

#footer {font-size: 75%; text-align: center;}
.clear {clear: both;font-size: 1px;line-height: 0;margin: 0;padding: 0;}


<!--p { font-size: 13pt } -->
.details { font-family: "Times New Roman", Times, serif; font-style:italic; font-size: 11pt}
.specsheet { font-family: "Times New Roman", Times, serif; font-size: 12pt}
.contents { color="#C0C0C0"; font-size: 10pt}
.map {text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}
.navigator {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; background-color: #CCCCCC; text-align: left}

em { color: darkred; font-style: italic; text-decoration: underline }
span { color: darkred; font-style: bold; text-decoration: underline}
address { font-family: "Times New Roman", Times, serif; font-size: 12pt; text-align: center}
td {font-size: 13pt}
.small {font-family : Arial, Verdana, sans-serif; font-size: 12pt; font-weight: + 1}
.survey {background: "d0d0d0"; font_style: italic}
tr {font-size: 13pt}
.small {font-family : Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: + 1}
.survey {background: "d0d0d0"; font_style: italic}
.fineprint { text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt }

<!-- STYLES FOR THE MENU -->#parentX {font: 14pt "Tempus Sans ITC", Verdana, Arial, sans-serif;cursor:pointer;color: #003300text-align:left;height:20px;margin-bottom:3px;margin-top:3px;}#parentX:hover {cursor:pointer;color: #c00;}#childX {cursor:pointer;font: 10pt Verdana, Arial, sans-serif;color:#333;text-align:left;margin-left:25px;margin-bottom:2px;margin-top:2px;}#childX a {color: #900;text-decoration:none;}#childX a:hover {color: #c00;text-decoration:none;}
