
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
font:normal 11px arial,helvetica,verdana;
line-height:14px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

/*.box1{
                   color: black; 
        background-color: green;
       background-repeat: repeat-y;	   
	              border: 0px solid black;
				   width: 719px;
			  min-height: 400px;
				  margin: auto;
	  }

.box2{
       color: #ffffff;
	  border: 1px solid red;
	  margin: 0;
       float: left;
       width: 180px;
	  height: 400px;
  background: black;
     }

.box3{
       margin:0 80px 0 190px;
	   padding: 0px;
	   border: 1px solid green;
	  background-color: transparent;
	   }


*/













