a.menu, a.menu:link , a.menu:visited{
	color: orange; 
	font-size: 13px; 
	font-family: "Times New Roman"; 
	text-decoration: none; 
	background-color: white 
}

a.menu:hover, a.menu:active{
	color: #ffffff; 
	font-size: 13px; 
	font-family: "Times New Roman"; 
	text-decoration: none; 
	background-color: orange 

}

a.menu_selected{
	color: orange; 
	font-size: 13px; 
	font-family: "Times New Roman"; 
	text-decoration: none; 
	background-color: white 

}

.text  { 
color: orange; 
font-size: 13px; 
font-family: "Times New Roman"; 
text-decoration: none 

}

.smtext  { 
color: orange; 
font-size: 10px; 
font-family: "Times New Roman"; 
text-decoration: none 

}

.title  { 
color: orange; 
font-size: 16px; 
font-family: "Times New Roman"; 
text-decoration: none 

}