div.links
{
   margin: 0%;
   color: yellow;
   background: #900;
   text-align: center;
   font-family: "Veranda", "Sans-Serif";
   font-size:  large;
   font-weight: bold;
   position: absolute;
   top: 2.5em;
   left: auto;
   width: 8.5em;
   right: .5em;
}
body>div.links { position: fixed }
div.links p
{
   margin: 0;
   padding: 0.3em 0.4em;
   background: green;
   border: dotted white;
   color: white;
}
div.links a
{
   text-align: center;
   display: block;
   margin-left: 0%;
   margin-right: 0%;
   border-top: 2px groove white;

}
div.links em
{
   text-align: center;
   display: block;
   margin-left: 0%;
   margin-right: 0%;
   border-top: 2px groove white;
}
div.links a:first-child
{
   border-top: none
}
div.links a:link { color: white }
div.links a:visited { color: purple }
div.links a:hover { background: aqua; color: green; }
div.index
{
   margin-left: 0%;
   margin-right: 9em;
   font-size: xx-large;
   font-family: "Tahoma",  "Sans-Serif";
}
div.index a
{
   font-size: x-large;
   font-family: "Tahoma",  "Sans-Serif";
}
div.index p
{   text-align: center;
   color: aqua;
   font-size: medium;
}
div.index h1
{   text-align: center;
}
div.index a:link { color: white }
div.index a:visited { color: purple }
div.index a:hover { background: aqua; color: green; }
div.bottom-links
{
   margin-left: 5%;
   color: yellow;
   text-align: center;
   font-family: "Veranda", "Sans-Serif";
   font-size:  medium;
   font-weight: bold;
}
div.bottom-links a:link { text-decoration: none; color: white }
div.bottom-links a:visited { text-decoration: none; color: purple }
div.bottom-links a:hover { text-decoration: none; color: aqua }

div.text
{
   margin-left: 5%;   margin-right: 12em;
   color: white;
   text-align: left;
   font-family: "Verdana", "Sans-Serif";
}
body
{
   background: navy;
   margin-left: 5%;
   margin-right: 5%;
}
h1
{
   padding: 1%;
   color: #FF8000;
   font-family: "Tahoma",  "Sans-Serif"
}
h2
{
   border-bottom: thin solid;
   color: #FF8000;
   font-family: "Tahoma",  "Sans-Serif"
}
h3
{
   color: #FF8000;
   font-family: "Tahoma",  "Sans-Serif"
}
