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

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 }

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

.title,.sub-title,.tel-title
           {
           color: green;
           font-family: Verdana, "Lucida sans", Tahoma, sans-serif;

.title
           {
           font-size: x-large;
           font-weight: normal;
           text-align: center;
           padding: 0% 0%;
           vertical_align: bottom;
           }

.sub-title
           {
           font-size: x-small;
           font-weight: light;
           text-align: right;
           padding: 0% 0%;
           vertical_align: top;
           }

.tel-title
           {
           font-size: x-small;
           font-weight: bolder;
           text-align: right;
           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 }


