body {
    background: antiquewhite url("./images/a_logo.jpg");
    font-family: Verdana;
    font-size: 14pt;
}

a.menulink {
    display: block;
    width: 250px;
    text-align: center;
    font-weight: regular;
    text-decoration: none;
    font-size: 18px;
    color: darkgreen;
    background-color: #ffffff;
    border: solid 2px midnightblue;
}

a.menulink:hover {
    border: solid 2px green;
    background-color: crimson;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

h3 {
	color: red;
}

#container {
}
.playerContainer {
	margin:2em;
}

p {
    display: block;
    width: 250px;
    text-align: center;
    font-weight: regular;
    text-decoration: none;
    font-family: verdana;
    font-size: 27px;
    color: midnightblue;
    background-color: #ffffff;
    border: solid 2px red;
}

li {
	list-style-type: none;
}