body
{
  background-image: url('img/grass.jpg');
  color: white;
  font-size: larger;
}

a
{
  color: antiquewhite;
}

#flags
{
  width: 32px;
  height: 32px;
}

table 
{
  font-size: larger;
  width: 100%;
  background: rgba(0,50,0,40%);
}

form
{
  margin-bottom: 3px;
}

button
{
  border-radius: 5px;
}

input
{
  border-radius: 5px;
}

th
{
  text-decoration:underline;
}

