HTML {
	color: Gray;
	background-color: White;
}
BODY {
	font-family : Arial, sans-serif;
	font-size : x-small;
	text-align : left;
	background-image : url(../mmicons/background.gif);
}
P {
	font-family : Arial, sans-serif;
	font-size : x-small;
	color: Gray;
	background-color: White;
	text-align : left;
}

 H1, H2, H3, H4{
	font-family : Arial, sans-serif;
}
A {
	color : #6D1470;
	background-color: White;
}
A:HOVER {
	color : #DC143C;
	background-color: White;
}
A:VISITED {
	color : #8B498D;
	background-color: White;	
}
