* {
	font-family: sans-serif;
}

body {
       	margin: 3% 5% 3% 5%;
background: #ddddcc;
}

ul {
	list-style-type: circle;
}

a.name {
	font-weight: bold;
	color: #cc5555;
}

a {
	color: #220055;
}

a:hover {
	background: #ffff33;
// color: #ffff33;
// cursor: crosshair;
}

p {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.band {
	font-style: italic;
}

.head {
	text-align: center;
       	font-size: x-large;
       	font-variant: small-caps;
	border-bottom-style: ridge;
	border-top-style: ridge;
	margin-bottom: 3%;
	margin-top: 1%;
}

.title {
	text-align: center;
       	font-size: xx-large;
}

.menu {
	text-decoration: none;
	color: #6666aa;
	margin: 2%;
}

