/* CSS Document */

body {
  text-align:center; /* Hack for IE5/Win */
  background-color:#FBFBFB; /*FBFBFB  light gray outside content box */
  font-family: Century Gothic, Arial, Verdana, Helvetica;
  font-size: 10px;
}

#Content {  
  width: 900px;
  margin: 20px auto; /* Right and left margin widths set to "auto" */
  text-align: left; /* Counteract to IE5/Win Hack */
  border: 1px solid #aaa;
  background-color: #FFFFFF; /*white background within content box */
}

h2 {
  font-family: Century Gothic, Arial, Verdana, Helvetica;
  font-size: 22px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 0px;
}

h1.keys {
  font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
  font-size: 8px;
  line-height: 9px;
  color: #dde;
  padding: 0; border: 0;
  margin: 10px auto;
  text-align: center;
  width: 610px;
}

ul{
  margin-top:0;
  margin-bottom: 0px;
}

a.smalllnk {color:gray;}
a.smalllnk:link {color:gray; text-decoration: none;}
a.smalllnk:visited {color:gray; text-decoration: none;}
a.smalllnk:active {color:gray; text-decoration: none;}
a.smalllnk:hover {color:blue; text-decoration: underline; }

a.akeys {color:#dde;}
a.akeys:link {color:#dde; text-decoration: none;}
a.akeys:visited {color:#dde; text-decoration: none;}
a.akeys:active {color:#dde; text-decoration: none;}
a.akeys:hover {color:#dde; text-decoration: none; }

