  #FRAME5 {position:absolute;
        left: 75px;
        top: 110px;
        width: 545px;
        height: 415px;
        z-index: 100;
        background: transparent;
        border: white;
        frameborder: 1;
        /*overflow-x: hidden;
        overflow-y: scroll;*/
       }
  #FRAME6 {position:absolute;
        left: 100px;
        top: 100px;
        width: 500px;
        height: 390px;
        z-index: 100;
        background: transparent;
       }

/* body default block */

body {
    padding: 0;
    margin: 0;
    text-align: center;
    background: #999999;
    font: 12px/20px Verdana, Arial, Tahoma, sans-serif;
    scrollbar-face-color: black;
    scrollbar-highlight-color: grey;
    scrollbar-arrow-color: white;
    }

a:link {
	color: #0066cc; 
	text-decoration: none;
	}

a:visited {
	color: #0066cc; 
	text-decoration: none;
	}

a:hover {
	color: #cc0000;  
	text-decoration: none;
	}
h1 (
        font: 24px "Trebuchet MS", Georgia, serif;
        margin: 0;
        font-weight:bold;
   )

h1 a:link, h1 a:visited (
        text-decoration: none;
        color: #ffffff;
   )

h2 (
        font: italic normal 14px "Trebuchet MS", Georgia, serif;
        margin: 0;
   )

h3 (
  margin: 1em 0 .2em;
  font: 18px Georgia,Serif;
  color: #666666;
  background: url(images/a.gif) no-repeat 0 50%;
  padding-left: 25px;
}

h3 a:link, h3 a:visited {
    text-decoration: none;
    color: #0066cc;
    }

h3 a:hover {
    text-decoration: none;
    color: #cc0000;
    }

frameset { bordercolor: red; }
frame {frameborder: 1;
       scroll: auto;
}

