body {
  background-color: #00008B;;
  color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
}
a {
  color: #ffffff;
}
footer {
  color: #ffffff;
}

ul#menu li{
    display: inline;
}
table {
    width: 100%;
    border-collapse: collapse;
    border
}

table, td, th {
    border: 2px dashed white;
}

th {
    text-align: center;
}

#horizontal {
    padding-right: 100%;
}
    
    
    /*
button {
    width: 80px;
    height: 50px;
}

