
.host { color: blue; font-weight: bold; text-decoration: none }
.host:hover  { color: yellow; font-weight: bold; background-color: blue }
.link   { color: red; font-weight: bold; text-decoration: none }
.link2 { color: lime; font-weight: bold; text-decoration: none }
.link2:hover  { color: black; font-weight: bold; background-color: lime }
.link:hover    { color: white; font-weight: bold; text-decoration: none; background-color: red }
.menu  { color: red; text-decoration: none }
.menu2  { color: red; text-decoration: none }
.menu2:hover   { color: white; background-color: red }
.menu:hover   { color: white; background-color: red }
.selectedsite   { color: red; font-weight: bold; text-decoration: none }
.selectedsite:hover  { color: white; font-weight: bold; text-decoration: none; background-color: red }
.site   { color: red; font-weight: normal; text-decoration: none }
.site:hover  { color: white; font-weight: normal; text-decoration: none; background-color: red }
style body { background-color: #ffffff }
a { color:red; text-decoration: none; font-weight: bold; }
a:link { color:red; }
a:visited { color:red; }
a:active { color:red; }
a:hover { 	color:white; text-decoration: none; background-color: red; }