/* Mangold Family Album Style          */
/* By Steve Knoblock 1997              */
/* Copyright 1996, 1997 Steve Knoblock */
      
body {
   background: #FFFFFF;
   color: #000000;
   margin-left: 5%;
   margin-right: 5%;
   font-size: 100%;
   font-family: Times;
}

h1,h2,h3 { color: #000000 }

em { 
   color: #FF0000;
   font-family: Courier, monospace;
   font-style: normal
}

a:link {
   color: #804000;
   text-decoration: none;
}

a:visited {
   color: #807060; 
   text-decoration: none
}

a:active {
   color: #FF0000; 
   text-decoration: none
}
p.copyright { font-size: 60% }

em.access {
   font-weight: bold;
   font-style: none;
   font-family: Courier;
}

hr { color: #CCCC99 }

