body {
  margin: 0; padding: 0; 
  font-family: arial, helvetica, sans-serif; 
  background-color: transparent; 
  background-image: none; }

td {
  padding-left: 5px; padding-top: 5; 
  padding-right: 5px; padding-bottom: 5px; }

<!-- Headers not specified seperately below -->

h1 { color: maroon; font-family: arial; font-size: 255%; }

h2 { color: maroon; font-family: arial; font-size: 165%; }

h3 { color: maroon; font-family: arial; font-size: 140%; }

h4 { color: maroon; font-family: arial; font-size: 115%; }

h5 { color: Blue; font-family: arial; font-size: 100%; }



<!-- Links ("LoVe HA!" to remember) -->

a:link { text-decoration: underline; background: none; 
  color: Blue; font-family: arial; font-size: 102%; }

a:visited { text-decoration: underline; background: none; 
  color: #006600; font-family: arial; font-size: 100%; }

a:hover { text-decoration: underline; background: Black; 
  color: Yellow; font-family: arial; font-size: 100%; }

a:active { text-decoration: underline; background: Black; 
  color: orange; font-family: arial; font-size: 100%; }



<!-- IDs (unique identifiers) -->

<!-- header with graphic; remove comment code on next line to use -->

<!-- #header { width: 100%; height: 80px; color: maroon; 
	background: url(../Img/header.gif) no-repeat 25px 15px; } -->

<!-- header withOUT graphic; remove comment code on next line to use -->

#header { width: 100%; height: 80px; color: maroon; 
	background: #FFF 25px 15px; }

#pagetop { padding: .5em; background: url(../Img/header.gif) no-repeat; 
  border-bottom: 1px solid gray; }

#pagetop h1 { padding: 0; margin: 0; color: maroon; }

#footer { clear: both; margin: 0; padding: .5em; color: #333; 
  background-color: #ddd; border-top: 1px solid gray; }

#container {
  margin: 0; padding: 0; 
  font-family: arial, helvetica, sans-serif; 
  background-color: transparent; 
  background-image: url('../Img/crawfish-pale.jpg'); 
  background-position: center; 
  background-attachment: fixed; 
  background-repeat: no-repeat; }



<!-- Classes - The period indicates a custom class -->

.col1 {	float: left; width: 215px; margin: 10px 30px 20px 0; }


