#mymenue{
	text-align: left;
	width: 160px;
	height: 212px;
	background-color: rgb(39, 39, 177); 
}


#mymenue p a{
    text-decoration: none;
    display: block;
    font-family: Arial, sans-serif; 
    font-weight: bold;
    font-size: 12;
	margin-left : 7px;
	color: rgb(247, 213, 20);
}

#mymenue a:hover{
    color: rgb(123, 194, 16);
}

#mymenue p a.contactcolor{
	color: rgb(123, 194, 16);
}


