body {
          
          font-family : verdana, arial, helvetica, sans-serif;
          background-image : url(swingers.jpg) ;
        }


a:link {
           text-decoration : none;
           color : #000000;
           font-size : 80%;
          }

a:visited {
           text-decoration : none;
           color : maroon;
           font-size : 80%;
          }

a:hover {
           text-decoration : underline;
          }

#container {
            background : #FFFFFF ;
            
          }

#col1 {
            width : 28% ;
            float : left ;
            margin : 9 px ;
            background : #EEE6E6 ;
            border : 1px solid black ;
          }

#col2 {
            width : 42% ;
            float : left ;
            margin : 9 px;
            background : #F2F2FC ;
            border : 1px solid black ;
          }

#col3 {
            width : 25% ;
            float : left ;
            margin : 9 px;
            background : #F8F8FF ;
            border : 1px solid black ;
          }



