   <!--
a:link {
   color : blue;
   text-decoration:none;
  }
a:active {
   color:blue;
   text-decoration:none;
  }      
a:visited {
   color:blue;
   text-decoration:none;
  }
a:hover {
   color:red;
   text-decoration:none;
  }
p {
   text-align:center;
 }
.buttons {
   margin:0px 0px 0px 0px;
   padding:5px;
   text-transform:uppercase;
   font-family: Arial, Arial, Serif;
   font-weight:600;
   font-size:small;
   white-space:nowrap;
   color:white;
   border:1px solid black;
  }
.buttons a {
          background: url(http://clownsack.com/images/ball.gif);
          height: 85px;
          padding-top:70px;
  }
.buttons a:hover {
          background: url(http://clownsack.com/images/ballalt.gif);
          height: 85px;
  }
.buttons strong {
          background: url(http://clownsack.com/images/ballalt.gif);
          height: 85px;
  }
.leftnav {
   width:24%;
   background-color:transparent;
   float:left;
   clear:left;
   color:white;
  }
.leftbox {
   width:24%;
   background-color:transparent;
   float:left;
   border:medium double black;
   font-size: x-small;
   font-family: Arial, Arial, Serif;
   font-weight:normal;
   margin-left:10px;
   text-align:left;
   text-decoration:none;
   color:black;
   clear:left;
  }
.rightnav {
   width:24%;
   background-color:transparent;
   float:right;
   text-decoration:none;
   color:white;
   clear:right;
  }
.rightbox {
   width:24%;
   background-color:transparent;
   float:right;
   font-size:small;
   font-family:Arial;
   font-weight:bold;
   margin-right:5px;
   text-align:left;
   text-decoration:none;
   color:red;
   clear:right;
  }
.box {
   background-color:transparent;
   font-size:small;
   font-family:Arial;
   font-weight:bold;
   text-decoration:none;
   margin-left:auto;
   margin-right:auto;
   color:red;
  }
.topnav {
   border:0px;
   margin-left:auto;
   color:white;
   margin-right:auto;
   clear:all;
  }
.header {
   background:url(http://thebaitshopboys.com/images/bsb_heading1.jpg) no-repeat center;
   background-position:bottom;
   height:136px;
   width:90%;
   margin-left:auto;
   margin-right:auto;
   clear:both;
  }
.middle {
   clear:none;
   width:50%;
   padding-top:20px;
   text-align:center;
   margin-left:auto;
   margin-right:auto;
  }
body {
   background-color: white;
   float:none;
  }
img {
   border:0px;
  }
H1 {
   font-size:x-large;
   font-family: Arial, Arial, Serif;
   font-weight:bold;
   color:blue;
   text-align:center;
  }
H2 {
   font-size:large;
   font-family: Arial, Arial, Serif;
   font-weight:normal;
   color:blue;
   text-align:center;
  }
H3 {
   font-size:medium;
   font-family: Arial, Helvetica, sans-serif;
   font-weight:600;
   color:#004080;
   text-align:center;
  }
H4 {
   font-size:small;
   font-family: Arial, Helvetica, sans-serif;
   font-weight:normal;
   text-align:center;
  }
H5 {   
   font-size:x-large;
   font-family: Arial, Arial, Serif;
   font-weight:normal;
   color:yellow;
  }
H6 {
   font-family: Arial, Arial, Serif;
   font-size:xx-large;
   font-weight:bold;
   color:#FF8040;
  }
-->
