BODY
{
	background-color: #E0E0E0;
	color: Black;
	font-family: Tahoma, Arial,  MS Sans Serif, Verdana;
}

.m1
{
	color: aqua;
}
.m1:hover
{
	color: white;
	background-color: "#0099ff";
	text-decoration: underline;
}
.m2
{
	color: aqua;
	
}
.m2:hover
{
	color: navy;
	background-color: white;
	text-decoration: underline;
}
.m3
{
	color: red;
}
.m3:hover
{
	color: red;
	background-color: "#0099ff";
	text-decoration: underline;
}
A:hover .m2
{

.footer
{
	font-size:  xx-small;
	font-family: Arial;
	background-color: "white";
	color: Black;
}
