
/* Links will turn black with violet background when cursor hovers over them and not be underlined */
a:hover	{ text-decoration: none; color : #000000; background-color : #FF99FF;}
a {text-decoration : none}

/* Tahoma or Verdana in dark blue */
.bluetext {color : #000099;font-family : Tahoma, Verdana, sans serif; font-size : 0.9em;}
 

/* Navigation division on a top-level page */
.navdiv {position : absolute; top: 2px; left: 275px; height: 55px; width: 625px; text-align: center;}

/* Division for Back link on second-level page */
.backdiv {position : absolute; top: 2px; left: 600px; height : 20px; width: 65px; text-align : center}
   
/* Main division on a top-level page */
.maindiv {position: absolute; top: 55px; left: 375px; height: 600px;  width: 740px;}
                
/* Main division on second-level page*/
.centerdiv {position : absolute; top : 35px; left : 360px; height :600px; width : 650px; }
                       
/* Image division on both top-level and second-level pages */
.imagediv {position : absolute; top :35px; left : 45px; height : 600px; width : 250px;}
          } 
          
          
         


