* {
background-color: black; 
color: LawnGreen;
font-size: 16px;
font-family: "Lucida Console", "Courier New", monospace;
margin-top: 20px;
}

h1 {
color: Fuchsia;
font-size: 150%;
}

h2 {
font-size: 110%;
font-weight: bold;
margin-top: 30px;
}

h3 {
color: DarkSeaGreen
}


ul {
margin-top: 10px;
}

li {
margin-top: 10px;
}


table {
border-spacing: 20px;
}

td {
border-style: none solid none solid;
border-width: 1px;
padding: 5px;
}

em {
font-style: italic;
text-align: center;
}
