/* Global Styles */

body {
	margin:0px;
	}

/*Links*/
a,a:link,a:visited{
	font:15px Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: none;
	display:block;
	padding:0px 0px 0px 22px;
		}
a:hover{
	color:#FFFFCC;
	font-weight:bold;
	text-decoration: none;
	background: url(IMAGE/mm_bullet_yellow.gif) 10px 50% no-repeat;
	 }

