body {
 background-color: #666655;
 font-family: trebuchet, arial, sans serif;
 color: white;
 margin-left: 15%;
 margin-right: 15%;
 text-align: justified;
 }

a {
 color: white;
 }
 
table {
 table-layout: center;
 table-border: 1;
 }
 
td {
 vertical-align: top;
 }
 
li {
 text-align: left;
 }

h1 {
 text-align: left;
 }
 
h2 {
 text-align: center;
 }
 
h3 {
 text-align: right;
}
