* {
    font: 400 9pt Tahoma, sans-serif;
}

body {
    background-color: #000000;
    color: #e8df78;
}

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: 1000px;
    height: 700px;
    margin: auto;
    text-align: center;
    background-color: #333333;
    padding-top: 20px;
}

div#main_container{
    width: 1000px;
    height: 700px;
    margin: auto;
    text-align: center;
    background-color: #333333;
    padding-top: 20px;
}

div.center {
    text-align: center;
	width: 940px;
	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: #e8df78;
}