.menu
           {
           font-weight: bold;
           color: white;
           background-color: #6666FF;
           }

.selected
           {
           font-weight: bold;
           color: white;
           background-color: #001DB8;
           }

TD.menu A:link     { color: white; font-weight: bold }
TD.menu A:visited  { color: yellow; font-weight: bold }
TD.menu A:hover    { color: red; font-weight: bold; text-decoration: none }

.title
           {
           color: blue;
           font-family: Verdana, "Lucida sans", Tahoma, sans-serif;
           font-size: x-large;
           font-weight: bolder;
           text-align: center;
           padding: 0% 0%;
           vertical-align: bottom;
           }

.sub-title
           {
           color: blue;
           font-family: Verdana, "Lucida sans", Tahoma, sans-serif;
           font-size: small;
           font-weight: bolder;
           text-align: center;
           vertical-align: middle;
           padding: 0% 0%;
           }

.tel-title
           {
           color: yellow;
           font-family: Verdana, "Lucida sans", Tahoma, sans-serif;
           font-size: normal;
           font-weight: bolder;
           text-align: center;
           vertical-align: middle;
           padding: 0% 1%;
           }

A:link     { color: blue; font-weight: bold }
A:visited  { color: green; font-weight: bold }
A:hover    { color: red; font-weight: bold; text-decoration: none }

.question
           {
           font-weight: bold;
           color: red;
           margin: 0.1;
           }

.answer    {
           padding: 0% 3%; margin: 0.1;
           color: blue;
           }

.first     {
           padding: 0% 2%;
           margin: 0em;
           }

H4	   {
           margin-bottom: 0.1em;
           }
