body {
   background-color: #000000;
   color: #bf994a;
   font-size: large;
   background: url(sunmoonstar.gif);
   font-family: kidprint, san-serif
}

h1 {
    text-align: center;
    font-size: 200%;
}

h2 {
    text-align: left;
    font-size: 150%;
}

p {
    font-size: large;
}

th {
    font-size: large;
}

td {
    font-size: large;
}

.sm {
    font-size: medium;
}

.me {
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    font-size: 110%;
}

.ul {
    text-decoration: underline;
    font-weight: bold
}

a:link{color: #df994a}
a:visited{color: #ff994a}
a:active{color: #ffaa00}