<!-- begin:fotokey.css -->
<!-- $Id: fotokey.css,v 1.1 2003/07/21 18:11:32 pme Exp $ -->
<style type="text/css">

body {
  background-color: #e6e6e6;
  font-size: 13px;
  line-height: 17px;
  color: black;
}

a:link, a:visited, a:active {
  color: #cc0000; text-decoration: none;
}
a:hover { text-decoration: underline; }

p,table,h1,h2,h3,h4,li {
  font-family: Lucida Grande, Verdana, Lucida, Arial, Helvetica, sans-serif;
  background-color: #e6e6e6;
}

ul { list-style-image: url("/images/arrow.gif") }

ol.lroman { list-style-type: lower-roman }

.small { color: gray; font-size: 13px; }

.nav { font-size: 11px; }
.count { font-size: 10px; color: gray; }
.frame {
  margin: 6px 0 0 0;
  padding: 5px;
  border-color: black;
  border-width: 1px;
  border-style: solid;
  background-color: white;
}
<!-- end:fotokey.css -->
