<!-- style snippets -->
.textbox {position: absolute;
          left: 25%;
		  top:  25%;
          width: 200px;
		  height: 100px;
		  border: solid thin;
		  font-family: verdana;
		  font-size: 9pt;
          }

.imgplace {position: absolute;
           left: 25%;
		   top: 25%
           }
<!-- -------------- -->

<!-- general style-->

a:visited {color: ffffff;
           text-decoration: underline;}
		   
a:link {color: ffffff;
        text-decoration: underline;}
	
a:hover {color: 333B22;
         text-decoration: none;
	     background:CA0236}

			 			 

li {list-style-type: square}

table {font-family: verdana;
       font-size: 9pt;
	   color: 333B22} 
	   
.subsub {font-family: verdana;
         font-size: 13pt;
	     color: MidnightBlue;
		 z-index:2}

a.imgSwap:visited {color: black;
                   text-decoration: none}
		   
a.imgSwap:link {color: black;
                text-decoration: none;}
	
a.imgSwap:hover {color: black;
                 text-decoration: none;}
				 
.pointerChange  {cursor:hand;
                 border: solid black;
				 border-width:1}

 .withBorder  {  border: solid black;
				 border-width:1;
				 padding=5}

body {
    scrollbar-3d-light-color : #ffffff;
    scrollbar-arrow-color : #ffffff;
    scrollbar-base-color : #CA0236;
    scrollbar-dark-shadow-color : #ffffff;
    scrollbar-face-color : #CA0236;
    scrollbar-highlight-color : #CA0236;
    scrollbar-shadow-color : #ffffff;
}