body {
   background-color: silver;
   color:            black;
   font:             10px veranda, sans-serif;
}

a {
   text-decoration:  underline;
   background-color: transparent;
   color:            black;
}

a:visited {
   color:            gray;
}

table {
   margin:           auto;
}

td {
   margin:           auto;
   padding:          10px;
}

div {
   border:           black;
   border-style:     solid;
   border-width:     2px;

   width:            auto;
   padding:          5px;

   color:            black;
   background-color: white;
}

div p,h1,h2,h3,h4,h5,h6 {
   margin:           auto;
   margin-bottom:    10px;
   text-align:       left;
}

.titlebox {
   margin-top:       20px;
   margin-right:     25%;
   margin-bottom:    0%;
   margin-left:      25%;

   font:             bold 25px veranda, sans-serif;
   text-align:       center;
}

.linkbox {
   margin-top:       -2px;
   margin-right:     35%;
   margin-bottom:    0%;
   margin-left:      35%;

   text-align:       center;
}

.navbox {
   margin-top:       30px;
   margin-right:     40%;
   margin-bottom:    -2px;
   margin-left:      2%;

   font:             bold 13px veranda, sans-serif;
}

.collectionbox {
   margin-top:       0%;
   margin-right:     2%;
   margin-bottom:    0%;
   margin-left:      2%;

   text-align:       left;
}

.footerbox {
   margin-top:       -2px;
   margin-right:     68%;
   margin-bottom:    0%;
   margin-left:      2%;
}

.quoted {
   border-width:     0px;
   margin-left:      30px;
   margin-right:     50px;
}

.top {
   vertical-align:   text-top;
}
