.mp1  {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	color : #FFFF00;
	background-image : url(images/bg.gif);
	background-repeat : repeat;
}

body  {
	font-family : 'Arial, Helvetica, sans-serif';
	font-style : normal;
	font-weight : bold;
	color : #FFFF00;
	background-image : url(../images/bg.gif);
	background-repeat : repeat;
}

a:link  {
	font-family : 'Arial, Helvetica, sans-serif';
	font-style : normal;
	font-weight : bold;
	color : #FFFF00;
	text-decoration : underline;
}

a:visited  {
	font-family : 'Arial, Helvetica, sans-serif';
	font-style : normal;
	font-weight : bold;
	color : Teal;
	text-decoration : underline;
}

a:hover  {
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	color : Aqua;
	text-decoration : underline;
}

