body {
   background-color:transparent;
   font-family:'Ancona';
   font-size:14px;
   color:#404040;
}

a {
   color:#808080;
   text-decoration:none;
}
a:link    { }
a:visited { }
a:hover   { color:#000000; }
a:active  { }
a:focus   { }

th,td {
   font-family:'Ancona';
   font-size:14px;
   color:#404040;
   padding:5px;
   white-space:nowrap;
}

h1,h2,h3,h4,h5,h6 {
   font-family:'Ancona-Narrow';
}
h1 {
   color:#808080;
   font-size:26px;
}
h2 {
   color:#707070;
   font-size:24px;
}
h3 {
   color:#606060;
   font-size:22px;
}
h4 {
   color:#505050;
   font-size:20px;
}
h5 {
   color:#505050;
   font-size:19px;
}
h6 {
   color:#505050;
   font-size:18px;
}


img {
   border:0;
}
img.border {
   border:5px white solid;
}
img.right {
   margin:5px 0 5px 10px;
   float:right;
}
img.left {
   margin:5px 10px 5px 0;
   float:left;
}

ol {
   list-style-type:upper-roman;
}
