body {
 background-color: #333333;
 color: White;
 font-family: Helvetica;
 border: solid 5px green; 
 width: 1100px;
 margin: auto;
}

h1 {
 font-family: Courier New;
 border: solid 2px;
 border-radius: 10px;
 padding: 10px;
 width: 500px;
 margin: 15px auto 15px auto;
 text-align: center;
}

.menu {
 border: solid 1px blue;
 width: 130px;
}

.status {
 width: 500px;
 height: 30px;
 margin: 10px auto 10px auto;
 border: 1px solid #666666;
 text-align: center;
 line-height: 30px;
 background-color: #4d4d4d;
 border-radius: 15px;
}

#menuButtons {
 width: 120px;
 height: 45px;
 margin: 5px;
}
