/*
   $Id: styles.css,v 1.3 2002/05/08 16:54:29 ep Exp ep $
*/
body { 
   background-color: white;
   color: black;
}
a:link { 
   background-color: transparent;
   color: #812f46;
}
a:visited { 
   background-color: transparent;
   color: #410f26;
}
a:hover { 
   background-color: transparent;
   color: #f5462f;
}
#page { 
   margin: 1em 2em;
}
#content, #imgview { 
/*   background-color: #e8decc; */
   background-image: url("images/bg.gif");
   border: 1px solid #51462f;
}
#titleimg { 
   text-align: center;
}
#previewimg img { 
   border: 0 none;
   float: right;
}
#main, #tips, #gallery { 
   border-top: 1px solid;
}
#main { 
   font-family: verdana, sans-serif;
   font-size: small;
}
#main img { 
   margin: 5px;
}
#nav { 
   margin: 0.5em 4em;
   font-size: small;
   text-align: center;
}
img { 
   border: 1px solid black;
   vertical-align: top;
}
h1, h2, h3 { 
   color: #51462f;
   background-color: transparent;
}
ul ol { 
   list-style-image: none;
   list-style-type: decimal;
}
dl { 
   margin-left: 2em;
}
