<style>
a:link { text-decoration: none; 
}

a:hover {
    color: #CC0000;
}


.top_menu:link {
    color: #CC0000;
	background-color: transparent;
	text-decoration: none;
}
.top_menu:hover {
    text-decoration: underline 2px;
	text-underline-offset: 3px;
	text-underline-color: #CC0000;
}

a:hover .top_menu {
    color: white;
}


li{
    margin: 5px 0;
}

.top_test:link {
    color: #CC0000;
}
.top_test:hover {
    background-color: yellow;
	color: white;
    text-decoration: none;
}


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow  { position:relative; display:block; color:#fff; font-family: Times New Roman; font-size:26pt; font-weight: bold;}
.shadow span { position:absolute; display:block; top:0px;  }
.shadow:before { display:block; padding:1px; content: attr(title); color:#666; font-family: Times New Roman; font-size:26pt; font-weight: bold; } 
</style>