A.indexPage{
	text-decoration: none;		
	color: #FF0000;	
	font-size: 18
}
A.indexPage:hover {		
	text-decoration: underline
}

A.topMenu{
	text-decoration: none;		
	color: #FF0000;
	font-style: Italic
}
A.topMenu:hover {		
	text-decoration: underline
}

A.Menu{
	text-decoration: none;		
	color: #00349A;
	font-weight: bold;		
}
A.Menu:hover {
	color: #000066;
	text-decoration: underline
}

.hand{
	cursor:hand;
}
