<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.TxtLink a:link, a:visited, a:active {
    color: #747474;
    text-decoration: bold;
}

.TxtLink a:hover{
	color: #008ED4;
    text-decoration: underline;
}

.bmenu{
	padding: 0px;
    margin: 0px 0px 3px 20px;
    position: relative;
	font-size: 12px;	
}

.bmenu  a{
	font-size: 24px;
	font-family: Calibri, Verdana, Arial; 
	color: #747474;
	white-space: nowrap;	
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 0px 3px #FFF;
	text-decoration: none;
	letter-spacing: 1px;
	-moz-transform: scale(0.5); 
	-ms-transform: scale(0.5); 
	-o-transform: scale(0.5); 
	-webkit-transform: scale(0.5); 
	transform: scale(0.5); 
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	transition: all 0.6s linear;	
}
.bmenu:hover  a{
	text-shadow: 0px 0px 15px #fff;
}
.bmenu a:hover{
	text-shadow: 0px 0px 1px #fff;
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1); 
	text-decoration: ubderline;
	color: #008ED4;
}

.bmenu a:active {
	text-decoration: underline;
}</pre></body></html>