

/* the name of this file is divstyle2.css */

h1 {font-family: arial, sans-serif; font-size: 2.65em; color: blue; text-align: center; background: transparent
    }
h2  {font-family: arial, sans-serif; color: black; font-size: 3em; text-align: center
    }
h3  {font-family: arial, sans-serif; color: blue; font-size: 2em; text-align: center; font-weight: bold
    }
h4  {font-family: arial, sans-serif; font-size: 1em; text-align: left; font-weight: bold
    }
h5  {font-family: arial, sans-serif; color: red; font-size: 1.25em; text-align: center; font-weight: bolder
    }
h6  {font-family: arial, sans-serif; color: black; font-size: 1em; text-align: center; font-weight: bold
    }
img {float: right; margin: 1em; border: thin solid black
    }
body {background-image: url(icea2.jpg); background-position: center; background-attachment: fixed
     }
b.a {font-family: arial, sans-serif; font-size: x-large; color: black; font-weight: bold; background: transparent
    }
b.b {font-family: arial, sans-serif; font-size: normal; color: #006400; font-weight: bold; background: transparent
    }
b.c {font-family: arial, sans-serif; font-size: 70%; color: black; font-weight: normal; background: transparent
    }
body.b {background-image:  url(kayakback.jpg);background-position: center; background-attachment: fixed
       }

a:link {
  font-family: arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  line-height:14pt;
  color: blue; background: transparent
       }
/* for unvisited links http://www.w3.org/TR/REC-CSS2/selector.html#x23*/

a:visited {
  font-family: arial, sans-serif;
  font-size:12pt;
  font-weight: bold;
  line-height: 14pt;
  color: blue; background: transparent
       }
 /* for visited links */ 

a:active {
  font-family: arial, sans-serif;
  font-size:12pt;
  font-weight: bold;
  line-height: 14pt;
  color: purple; background: transparent
       }
 /* when link is clicked */


a:link:hover {
  font-family: arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  line-height: 14pt;
  color: red; background: transparent
       } 
/* when mouse is over link */


a:link img {border-style: none;
           }
a:visited img {border-style: none;
              }

p   {font-family: arial, sans-serif; font-size:.85em; font-weight: bold; background: transparent;
    }

p.a {font-family: arial, sans-serif; text-align: center; font-size: xx-large; color: blue; font-weight: bold; text-decoration: none; background: transparent;
    }
p.z {font-family: arial, sans-serif, text-align: center; font-size: 65%; color: black; font-weight: normal; text-decoration: none: background: transparent;
    }
acronym {border-bottom: 1px dashed #241CFF; font-weight: bold; color: #cc99cc}


table {width: 100%;}

td {padding: 3px}

