/* Kibo's style sheet for The World main page */
/* transitional period, before new design */

/* small print, not indented */
.sm {
  font-size: 10pt;
  font-family: "Baskerville Book","Baskerville BE","Baskerville BT","Baskerville2 BT","Baskerville MT",Baskerville,"New Baskerville",NewBskvll,Palatino,"Book Antiqua",Garamond,AGaramond,Goudy,"Goudy BT",Georgia,Times,"Times New Roman","Times New Roman PS","Times Roman",roman,serif;
}

/* small print, indented */
.smi {
  font-size: 10pt;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif,sanserif,sansserif,"sans serif",sans;
  margin-left: 2em;
}

/* invisible and widely spaced - for separators in text navigation links */
.inv {
  color: #CCCCCC;
  visibility: hidden;
  letter-spacing: .25em;
}

/* no underlines for any links */
A {
  text-decoration: none;
}

/* unvisited: plain blue */
A:unvisited {
  color: #0000FF;
}

/* visited: plain blue */
A:visited {
  color: #0000FF;
}

/* mouseover: dark blue with sky blue background and underline */
A:hover {
  color: #000066;
  background: #CCCCFF;
  # text-decoration: underline;
}

/* mousedown: red with sky blue background and underline */
A:active {
  color: #FF0000;
  background: #9999FF;
  # text-decoration: underline;
}

