* {
    font: 400 9pt Tahoma, sans-serif;
}

body {
    background-color: #e8e0b9;
    color: #352e28;
}

a {
    color: #e17210;
}

a#playit {
    font-weight: bold;
    font-size: 44px;
    color: #990000;
}

.bigtext {
    font-weight: bold;
    font-size: 36px;
    color: #990000;
}

div#applet_container {
    width: 840px;
    height: 660px;
    margin: auto;
    text-align: center;
    background-color: #333333;
    padding-top: 20px;
}

div#main_container{
    width: 840px;
    height: 660px;
    margin: auto;
    text-align: center;
    background-color: #333333;
    padding-top: 20px;
}

div.center {
    text-align: center;
	width: 740px;
	margin: auto;
}

div.column {
    text-align: center;
    font-size: 16px;
    width: 550px;
    margin: auto;
}

div.column li {
    font-size: 17px;
}

.title {
    font-size: 22px;
    color: #ffffff;
}