body, html {
    background-color:rgb(0,0,0);
    background-image:url("starfield.jpeg");
    background-repeat:repeat;
    background-attachment:fixed;
    height: 100%;
    font-family: Arial;
}

td {
    padding-left: 20px;
    padding-right: 20px;
    font-size: larger;
}
p {
    font-size: larger;
    color: white;
}

h1 {
    text-align: center;
    color: #ffff88;
}

h3 {
    font-size: xx-large;
    color: #ffff88;
    margin-bottom: 0;
}
h4 {
    font-size: x-large;
    color: #ffff88;
    margin-bottom: -10px;
}

h5 {
    text-align: center;
}

a:link {
    color: yellow;
}

a:visited {
    color: orange;
}

img {
      border-style: solid;
  border-color: white;
}

.title {
    border-color: black;
}

.tail {
    text-align: center; 
}

.banner {
    font-style: italic;
    font-size: x-large;
    text-align: center; 
    display: inline-block;  
    background-color: #bb0000; 
}