
body {
   margin-right: 5%;
   margin-left:  5%;
   text-indent: 0em;
   text-align: left;
   background: #f79;
   color:      #fff;
   font:  14pt verdana, sans;
   }

dt {
   border-top:    2px solid #94b;
   border-left:   2px solid #94b;
   background:              #83a;
   border-bottom: 2px solid #729;
   border-right:  2px solid #729;
   text-align: center;
   margin-top: 0.5em;
   }

h1 {
   font: 32pt;
   text-align: center;
   border-top:    5px solid #a5c;
   border-left:   5px solid #a5c;
   background:              #83a;
   border-bottom: 5px solid #618;
   border-right:  5px solid #618;
   color: #fff;
   }

h2 {
   font: 28pt;
   text-align: center;
   border-top:    4px solid #a5c;
   border-left:   4px solid #a5c;
   background:              #83a;
   border-bottom: 4px solid #618;
   border-right:  4px solid #618;
   color: #fff;
   }

h3 {
   font: 24pt;
   text-align: center;
   border-top:    3px solid #a5c;
   border-left:   3px solid #a5c;
   background:              #83a;
   border-bottom: 3px solid #618;
   border-right:  3px solid #618;
   color: #fff;
   }

h4 {
   font: 20pt;
   text-align: center;
   border-top:    2px solid #a5c;
   border-left:   2px solid #a5c;
   background:              #83a;
   border-bottom: 2px solid #618;
   border-right:  2px solid #618;
   color: #fff;
   }

h5 {
   font: 18pt;
   text-align: center;
   border-top:    2px solid #a5c;
   border-left:   2px solid #a5c;
   background:              #83a;
   border-bottom: 2px solid #618;
   border-right:  2px solid #618;
   color: #fff;
   }

h6 {
   font: 16pt;
   text-align: center;
   border-top:    1px solid #a5c;
   border-left:   1px solid #a5c;
   background:              #83a;
   border-bottom: 1px solid #618;
   border-right:  1px solid #618;
   color: #fff;
   }

table.footlinks {
   margin-top:   2em;
   margin-right: 15%;
   margin-left:  15%;
   text-align: center;
   text-indent:    0;
   padding:      2em;
   border-top:    2px solid #f8a;
   border-left:   2px solid #f8a;
   background:              #e68;
   border-bottom: 2px solid #c46;
   border-right:  2px solid #c46;
   color:      #fff;
   }

table.footlinks td {
   text-align: center;
   }

p {
   margin-left:   8%;
   margin-right:  8%;
   margin-bottom: 1.5em;
   text-align: left;
   line-height: 1.1em;
   }

p.samples {
   margin-left:   0%;
   margin-right:  0%;
   text-align: center;
   }

p.samples#medium img {
   border:   3px solid #83a;
   margin:   3px;
   }

p.samples#small img {
   border:   2px solid #83a;
   margin:   2px;
   }

hr {
   height: 3px;
   width: 100%;
   color: #83a;
   }

a {
   color: #ff6;
   font-weight: bold;
   }

a:hover, a:focus {
   color: #0f0;
   font-style: italic;
   text-decoration: none;
   }

table a:hover, table a:focus {
   font-style: normal;
   }

a:visited {
   color: #AD3;
   }

