body {
  background: black;
}

input[type=text],input[type=password] {
  border: 2px solid #56b86f;
  border-radius: 3px;
}


h1,h2,p,ol,th,tr,button,.button, #currentEvent, #login-form, #travel-text, #coins, #Grain, #Ore, #Textiles, #Gems {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

p,th, #login-form, #travel-text, #pos {
  color: #56b86f;
}

h1 {
  text-align: center;
  color: white;
}

h2 {
  color: white;
}

p {
  font-weight: bold;
  text-align: center;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #56b86f;
  border-radius: 4px;
  padding: 5px;
  width: 25%;
}

ol {
  color: white;
}

table {
  margin-left:auto;
  margin-right:auto;
}

th {
  padding-right: 50px;
  padding-top: 25px;
  font-size: 25px;
}

tr {
  color: white;
}

.button, button {
  background-color: #56b86f;
  border: 3px solid black;
  color: white;
  padding: 10px 32px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 10px;
}

input[type=submit]:disabled, button:disabled, button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.right-button {
  text-align: right;
}

.center-button {
  text-align: center;
}

#currentEvent {
  color: white;
  height:100px;
  width:600px;
  border:1px solid #56b86f;
  overflow:auto;
}

#login-form {
  font-size: 30px;
  letter-spacing: 1px;
  text-align: center;
}

#travel-text {
  font-size: 15px;
}

#time {
  color: #ff5eef;
}

#neg {
  color: red;
}

#coins {
  color: #d4af37;
}

#Grain {
  color: #e2e683;
}

#Ore {
  color: #8f6e6e;
}

#Textiles {
  color: #cd7dff;
}

#Gems {
  color: #75fff6;
}
