.banner {
                background-image: url('http://diabetescure101.com/graphics/biglookbanner.jpg');
                background-repeat: no-repeat;
                background-position: center right;
            }
            
            h1 {
                font-size: 40px;
                color: #FFFFFF;
            }
            
            .headon {
                position: relative;
                top: -20px;
            }
            
            .banner1 {
                background-image: url('http://siouxfallssite.com/images/banner.jpg');
                background-repeat: no-repeat;
                background-position: top right;
            }
            
            html {
                font-family: Helvetica, Arial
            }
            
            h1 {
                font-size: 34px;
                font-weight: normal;
            }
            
            A:link {
                text-decoration: none;
                color: blue;
            }
            
            A:visited {
                text-decoration: none;
                color: blue;
            }
            
            A:active {
                text-decoration: none;
                color: blue;
            }
            
            A:hover {
                text-decoration: none;
                color: red;
            }
            
            .privacy {
                font-size: 11px;
            }
            
            .homelinks {
                position: absolute;
                top: 110px;
                left: 11px;
                width: 455px;
                height: 27px;
            }
			<!-- .style1 {
            color: #000000;
            font-weight: bold;
        }
        
        .style2 {
            color: #0000FF
        }
        
        .style3 {
            color: #FF0000;
            font-weight: bold;
        }
        
        .style4 {
            font-weight: bold
        }
        -->
