/* CSS Document */

p {
  font-family:georgia;
  font-size:14px;
  color:black;
  text-align:left;
}


div.para {
  font-family:georgia;
  font-size:14px;
  color:black;
  text-align:left;
}


a:link {
  font-family:georgia;
  font-size:14px;
  color:black;
}

a:hover {
  font-family:georgia;
  font-size:14px;
  color:blue;
}

a:visited {
  font-family:georgia;
  font-size:14px;
  color:black
}

img.parent {
  border-width:2px;
  border-color:silver;
  border-style:outset;
  margin-right:15px;
  margin-left:10px;
  margin-bottom:10px;
}

img.slideshow {
  border-style:inset;
  border-color:silver;
  border-width:1;
}

img.gen {
 border-width:2px;
 border-color:silver;
 border-style:outset;
}

img.rules {
  position:relative;
  left:120px;
  z-index:0
}
		
div.menuBar {  
  position:relative; left:-20px; top:0; bottom:0;padding:0px;
  background-color: transparent;   
  border-style:none; 
  width:94%;
}

a.menuButton { 
  font-family:verdana;
  font-size:11px; 
  font-style:normal;
  color:blue;
  text-decoration: none;
  float:left;   
 }
 
a.menuButton:visited {  
  font-family:verdana;
  font-size:11px; 
  font-style:normal;
  color:blue;
  text-decoration: none;  
  float:left;
 }
 
a.menuButton:hover { 
  font-family:verdana;
  font-size:11px; 
  font-style:italic;
  color:blue;
  text-decoration: none;
  float:left;
 }
