p {font-family: arial}

a.stl1:link {color: #FF0000}
a.stl1:visited {color: #800000}
a.stl1:hover {color: #0000ff;background: #ffff00;}

a.stl2:link {color: #008080}
a.stl2:visited {color: #008080}
a.stl2:hover {color: #FF0000}

a.stl3:link {color: green}
a.stl3:visited {color: green}
a.stl3:hover {color: black}

a.stl4:link {color: yellow}
a.stl4:visited {color: yellow}
a.stl4:hover {color: red}



H2 { 
font-size : 8pt; 
font-family :verdana,arial;  
text-align : center; 
background-color : teal; 
}

h5 {
	font: 14px arial, sans-serif;
        text-align: center;
        color: blue;
}


h6 {
	font: 10px arial, sans-serif;
        text-align: center;
        color:blue;
}

#column1 {float:left;width: 30%;}
#column2 {float:left;width: 40%;}
#column3 {float:left;width: 30%;}

p.barNav {position:relative;} 
  .barNav a {
  font: 12px Arial, Verdana,Helvetica,sans-serif;
  color: #000000;
  text-decoration: none;
  background: #FFFF99;
  text-align: center;
  padding: 1px 5px;
  margin-right:-1px;
  border: 1px solid #000000;
  }
  .barNav a:hover {
  color: #666666;
  background: #FCFCFC;
  border: 1px solid #666666;
  }
  .barNav a span { 
  display:none;
  }
  .barNav a:hover span {
  display: block;
  position: absolute; 
  top:90px; 
  left: 200px;
  width: 200px;
  padding: 2px 0; 
  color: #666; 
  background:#fffff0;
  font-size: 12px; 
  border:2px dotted #000; 
  text-align:center;
  }

#box1 {
        height: 140px;
	width: 300px;
	border: 1px solid black;
        background: #FFFFFF;
        position:absolute;
	top: 205px;
	left: 20px;

}

div.box2 {
        height: 140px;
	width: 300px;
	border: 1px solid black;
        background: #FFFFFF;
        position:absolute;
	top: 205px;
	left: 340px;

}

div.box3 {
        height: 140px;
	width: 300px;
	border: 0px solid black;
        background: #FFFFFF;
        position:absolute;
	top: 205px;
	left:660px;

}

div.box4 {
        height: 140px;
	width: 300px;
	border: 0px solid black;
        background: #FFFFFF;
        position:absolute;
	top: 365px;
	left: 20px;

}

div.box5 {
        height: 140px;
	width: 300px;
	border: 0px solid black;
        background: #FFFFFF;
        position:absolute;
	top: 365px;
	left:340px;

}

div.box6 {
        height: 140px;
	width: 300px;
	border: 0px solid black;
        background: #FFFFFF;
        position:absolute;
	top: 365px;
	left: 660px;

}

