/* $Id: style.css,v 1.4 2003/12/03 18:49:42 spr Exp $ */

A:link {
  text-decoration: none;
}
A:visited {
  text-decoration: none;
}
A:hover {
  text-decoration:underline;
}

/* for white on black */
A.white:link {
  text-decoration: none;
  color: white;
}
A.white:visited {
  text-decoration: none;
  color: white;
}
A.white:hover { 
  text-decoration: underline;
  color:white;
}

/* classes for title on index page */
.t1 { 
  /* color: rgb(222, 222, 222);*/
  color: silver;
  text-align: center;
  /* font: bold 10em Times, serif; */
  /* font: bold 120px/120px Times, serif; */
  font: bold 72px/72px Times, serif;
  text-shadow: 0.2em 0.2em;
  margin-top: 10px;
}

.t2 { 
  color: rgb(225, 225, 255);
  /* color: rgb(221, 221, 256);*/
  /* color: rgb(0, 90, 156);*/
  text-align: center;
  /* margin-top: -90px; */
  margin-top: -40px;
  /* font: italic 6em Times, serif; */
  /* font: italic 72px/72px Times, serif; */
  font: italic 48px/48px Times, serif;
  text-shadow: 0.2em 0.2em;
  margin-bottom: 10px;
}

.newselect {
  color: red;
}
/* classes for navtool */
.n1 {
  text-align: left;
  font: bold 24px/24px Times, serif;
  color: rgb(225, 225, 255);
}
.n2 {
  text-align: left; 
  margin-left: 25px;
  margin-top: -7px;
  font: bold 24px/24px Times, serif;
  color: gray;
}
.n3 {
  text-align: left; 
  margin-left: 50px;
  margin-top: -7px;
  font: bold 24px/24px Times, serif;
  color: black;
}
A.nav1:link {
  color: rgb(225, 225, 255);
}
A.nav1:visited {
  color: rgb(225, 225, 255);
}
A.nav1:hover { 
  color: rgb(225, 225, 255);
}
A.nav2:link {
  color: gray
}
A.nav2:visited {
  color: gray
}
A.nav2:hover { 
  color:gray
}
.search { 
  border-style: solid; 
  /*border-size: 1px; */
  border-color: black;
}
