body {
    font-family: 'comic sans ms';
    font-size: 14px;
    color: black;
    background-color: #ffc;
    margin: 20px;
    padding: 0;
    background-image: url("starBg.jpg");
    background-repeat:no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-position: center;
    text-align: center;
}
p {
  color: #FF00FF;
  line-height: 21px;
  text-align: center;
}
h1 {
    color: aqua;
    font-size: 2em;
    margin: 0;
    margin-bottom: 7px;
    font-style: italic;
    text-align: center;
}
h2 {
    color: white;
    font-size: 1.5em;
    margin: 0;
    padding: 2px;
    padding-left: 14px;
    text-align: center;
}
h3 {
    color: #999;
    font-size: 1.25em;
    text-align: center;
    background-image: url();
}
img {
    border-style: dashed;
    border-width: 2px;
    border-color: #ccc;
    text-align: center;
}
a {
    text-decoration: none;
    color: #fff200;
}
strong {
    font-style: italic;
    text-transform: uppercase;
}
li {
    color: #900;
    font-style: italic;
}
table {
    background-color: #ccc;
}