TABLE.Ppal {
	background-color : #6495ED;
	border : thin solid Navy;
}

A.Ppal {
	background-color : #6A5ACD;
	border : 1px solid Navy;
	text-align : center;
	font-family : Verdana;
	font-size : 10pt;
	width:100%;
	text-decoration : none;
	font-weight : none;
	color : White;
}
A:HOVER.Ppal {
	background-color : Blue;
	border : 1px solid Yellow;
	text-align : center;
	font-family : Verdana;
	font-size : 10pt;
	width:100%;
	text-decoration : none;
	font-weight : none;
	color : Yellow;
}

A.Planes {
	background-color : #6688FF;
	border : 1px none Teal;
	text-align : center;
	font-family : Verdana;
	font-size : 10pt;
	width:100%;
	text-decoration : none;
	font-weight : none;
	color : White;
	border : 1px solid Teal;
}
A:HOVER.Planes {
	background-color : #0066FF;
	text-align : center;
	font-family : Verdana;
	font-size : 10pt;
	width:100%;
	text-decoration : none;
	font-weight : none;
	color : Yellow;
	border : 1px solid Yellow;
}