<STYLE TYPE="text/css"> 

.white A:link {text-decoration: none; color: white;}
.white A:visited {text-decoration: none; color: white;}
.white A:active {text-decoration: none; color: white;}
.white A:hover {text-decoration: none; color: yellow;}

.blue A:link {text-decoration: none; color: blue;}
.blue A:visited {text-decoration: none; color: blue;}
.blue A:active {text-decoration: none; color: blue;}
.blue A:hover {text-decoration: underline; color: red;}

.gray A:link {text-decoration: none; color: gray;}
.gray A:visited {text-decoration: none; color: gray;}
.gray A:active {text-decoration: none; color: gray;}
.gray A:hover {text-decoration: underline; color: red;}

A:link {text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: none; color: blue;}
A:hover {text-decoration: underline; color: red;}

.dome {background-image:url('images/dome_purple.gif');
	   background-repeat:no-repeat;}

.borders { border-right-color: #CCCCCC; border-left-color: #FFFFFF;
border-left-style: solid; border-right-style: solid;
border-right-width: 1px; border-left-width: 1px;
padding-right: 6px; padding-left: 6px;}

</STYLE>