.text
    {
	  font-size: small
	  }

.text A:link, .text A:visited, .text A:active
    {
        text-decoration: none;
        color: #FFAA44
        }
.text A:hover
    {
        text-decoration: underline;
        color: #FFFFFF
        }

.menu, .menu table
    {
	  font-family: TimesNewRoman;
	  color: #FFFFFF;
	  font-size: xx-small
	  }

.menu A:link, .menu A:visited, .menu A:active
    {
        text-decoration: none;
        color: #FFFFFF;
	  font-size: xx-small
        }
.menu A:hover
    {
        text-decoration: underline;
        color: #FF9900;
	  font-size: xx-small
        }

.stratmenu, .stratmenu table
    {
	  font-size: xx-small;
	  font-family: TimesNewRoman;
	  color: #0000FF
	  }

.stratmenu A:link, .stratmenu A:visited, .stratmenu A:active
    {
        text-decoration: none;
        color: #FFFFFF
        }
.stratmenu A:hover
    {
        text-decoration: underline;
        color: #FF9900
        }

