.banner	{
		background-color: #FF3399;
	}
	
.logo	{background-image: url("logo.jpg");
		background-repeat: no-repeat;
		width: 598px;
		height: 96px;}
		
.mm a:link 
	
	{color: white;
	background-color:#FF3399;
	text-decoration: none;}
	
.mm a:visited 
	
	{color: white;
	background-color:#FF3399;
	text-decoration: none;}


.mm a:hover
	{color: black;
	background-color:white;
	text-decoration: none;}

.mm a:active

		{color: black;
	background-color:white;
	text-decoration: none;}