#tab1, #tab2, #tab3 {
      position:absolute;
      height: 14px;
      top: 119px;
	top: 0px;	
	  z-index: 0;
      background-color: #fff;
		background-color: #91B3E1;
      
		color: #fff;
      }

#tab1 {
      left: 640px;
      left: 0px;
	  }

#tab2 {
      left: 693px;
      left: 53px;
      }

#tab3 {
      left: 725px;
	  left: 85px;
      }

#box1, #box2, #box3 {
      position: absolute;
      top: 18px;
      left: 0px;
      width: 115px;
      height: 290;
      z-index: 0;
      padding: 0px;
      background-color: #91B3E1;
      border: 0px;
	  font-size:60%;
      }

body{font-family: Arial, Helvetica, sans-serif;color:black;background-color: #91B3E1;margin:0px;}
a:link {text-decoration: underline; color: orange; font-weight:bold;}
a:hover {text-decoration: underline; color: yellow; font-weight:bold;}
a:visited {text-decoration: underline; color: orange; font-weight:bold;}
a:active {text-decoration: underline; color: orange; font-weight:bold;}

a.dark:link {text-decoration: underline; color: #003467; font-weight:bold;}
a.dark:hover {text-decoration: underline; color:yellow; font-weight:bold;}
a.dark:visited {text-decoration: underline; color: #003467; font-weight:bold;}
a.dark:active {text-decoration: underline; color: #003467; font-weight:bold;}
