.allaslink:link{
   color : #090909;
   font-size : 12px;
   text-decoration : none;
}

.allaslink:visited{
   color : #090909;
   font-size : 12px;
   text-decoration : none;
}

.allaslink:hover{
   color : #090909;
   font-size : 12px;
   text-decoration : underline;
}

a.allasemail:link{
	 color: #4886A4; 
	 font-size: 12px; 
	 font-weight: normal; 
	 text-decoration: none;
	 }

a.allasemail:visited{ 
	color: #4886A4; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none;
	}

a.allasemail:hover{ 
	color: #4886A4;
    font-size: 12px; 
    font-weight: normal; 
    text-decoration: underline;
    }
	.menu_fent {
	color: #990000;
	text-decoration: none;
	border-top-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 145px;
	font-family: Arial;
}
a.changeBlue:link { /* default link color */
     color: #990000;
}
a.changeBlue:visited { /* default link color */
     color: #990000;
}
a.changeBlue:active { /* default link color */
     color: #990000;
}

a.changeBlue:hover { /* change to blue on mouseover */
     color: #FFFFFF;
}

