﻿		.mybu {
			width: 95%;
			list-style-type: none;
			padding: 0;
		}
		.mybu li {
			width: 98%;
			background-color: rgb(224,61,208);
			color: white;
			border-top: 2px groove rgb(236,132,225);
			border-left: 2px groove rgb(236,132,225);
			border-bottom: 2px groove rgb(153,23,140);
			border-right: 2px groove rgb(153,23,140);
			padding: 5px;
		}
		.mybu a {
			color: white;
			display: block;
			text-decoration: none;
		}
		.mybu li:hover {
			background-color: rgb(197,138,244);
			border-bottom: 2px groove rgb(236,132,225);
			border-right: 2px groove rgb(236,132,225);
			border-top: 2px groove rgb(153,23,140);
			border-left: 2px groove rgb(153,23,140);
		}