body {
    background-color : #fff;
    color : #333;
    font-family : verdana,helvetica,Arial,sans-serif;
    line-height : 1.8;
    margin-bottom : 0em;
    margin-left : 0em;
    margin-right : 0em;
    margin-top : 0em;
  }


td,th {
    line-height : 1.6;
  }


h1,h2,h3,h4,h5 {
    margin-bottom:0;
    padding-bottom:0;
  }


A:link {
    color:#c00;
    text-decoration:underline;
  }


A:visited {
    color:#039;
    text-decoration:underline;
  }


A:hover {
    color:#f00;
    text-decoration:underline;
  }


.line0 {
    color: white ;
    background: red;
  }


.line1bg {
    color: #fff ;
    background: #003;
    background-image: url("/images/bg/bg-blue-036.gif");
  }


.line1, .line1:visited, .line1:link, .line1:hover {
    color: #fff;
    text-decoration: none;
  }


.line1high,.line1high:link,.line1high:visited {
    color: #000;
    background: #fc0;
    text-decoration: none;
  }


.line2bg {
    line-height : 1.3;
    color: #fff ;
    background: #003;
    background-image: url("/images/bg/bg-blue-036.gif");
  }


.line2, .line2:visited, .line2:link, .line2:hover {
    color: #fff;
    text-decoration: none;
  }


.line2high,.line2high:link,.line2high:visited {
    color: #000;
    background: #fc0;
    text-decoration: none;
    background-image: url("/images/bg/bg-yellow-ff0-fc0.gif");
  }


.line2img {
    color: #fff ;
    background: #039;
    background-image: url("/images/swim/lifesaving-banner-2.jpg");
  }


.line3bg {
    line-height : 1.1;
    color: #fff ;
    background: #06c;
    BACKGROUND-IMAGE: url("/images/bg/bg-wackywet-3.gif");
  }

.line3round {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    line-height : 1.1;
    color: #fff ;
    background: #06c;
    BACKGROUND-IMAGE: url("/images/bg/bg-wackywet-3.gif");
  }


.line3, .line3:visited, .line3:link, .line3:hover {
    color: #fff;
    text-decoration: none;
  }

.line3high,.line3high:link,.line3high:visited {
    color: #000;
    background: #fc0;
    text-decoration: none;
  }


.line4bg {
    line-height : 1.3;
    color: #000;
    background: #fc0;
    background-image: url("/images/bg/bg-yellow-ff0-fc0.gif");
    border-bottom: 1px solid #999;
  }


.line4round {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    line-height : 1.3;
    color: #000;
    background: #fc0;
    background-image: url("/images/bg/bg-yellow-ff0-fc0.gif");
  }


.line4 {
    color: #000;
  }


.line4:link {
    color: #c00;
    text-decoration: none;
  }


.line4:visited {
    color: #039;
    text-decoration: none;
  }


.line4:hover {
    color: #f00;
    text-decoration: none;
    background-image: url("/images/bg/bg-yellow-ff0-fc0.gif");
  }


.line4high,.line4high:link,.line4high:visited {
    color: #c00;
    background: #06c;
    text-decoration: none;
  }


.line5bg {
    color: #000;
    background: #fff;
    text-decoration: none;
  }


.line5round {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #000;
    background: #fff;
    text-decoration: none;
  }


.line5 {
    color: #000;
    background: #fff;
    text-decoration: none;
  }


.line5:link {
    color: #000;
    text-decoration: none;
  }


.line5:visited {
    color: #000;
    text-decoration: none;
  }


.line5:hover {
    color: #c00;
    text-decoration: none;
  }


.album {
    color: #ccc ;
    background: #013;
    text-decoration: none;
  }


.album:link {
    color: #fc0 ;
    background: #013;
    text-decoration: none;
  }


.album:visited, .album:hover {
    color: #f90 ;
    background: #013;
    text-decoration: none;
  }


.album:hover {
    color: #fff ;
    background: #001133;
    text-decoration: none;
  }


p.dotted {
    border-style: dotted;
  }


p.dashed {
    border-style: dashed;
  }


p.solid {
    border-style: solid;
  }


p.double {
    border-style: double;
  }


p.groove {
    border-style: groove;
  }


p.ridge {
    border-style: ridge;
  }


p.inset {
    border-style: inset;
  }


p.outset {
    border-style: outset;
  }


.boxshadow {
    -moz-border-radius: 1em 1em;
    -moz-box-shadow: 4px 4px 10px #666 inset;
    border-radius: 1em 1em;
    border:1px inset #000;
  }

/*  border-bottom:1px solid #CCCCCC; */