body { 
background-image: url(images/bg.jpg);
color: #000000; 
background-color: #000000; 
}

h1 {
font-size: 1.5em;
font-weight: bold;
text-decoration: underline;
padding: 5px;
text-align: center;
}

h2 {
font-size: 1.1em;
font-weight: bold;
text-decoration: underline;
padding: 5px;
}

p {
font-family: trebuchet MS;
font-size: 1em;
padding: 5px;
}

li {
padding: 5px;
}