/*
	Independant CSS added to the header of the main file.
*/

.textMenIn, .textMenOut {
	font-family:"Arial";font-style: normal; 
	font-weight: bold; text-decoration: none;
	font-size: 12pt;
	margin-right: 20px;
	float:left;
}

.textMenIn {
	color: red;
}

.textMenOut {
	color: green;
}

.textMenOut:hover {
	color: purple;
	background-color:yellow;
}





