body {
 background-color: #000000;
 background-image: url("images/stars.gif");
 font-family: Times New Roman, Times;
 font-size: 10pt;
 color: yellow;
 text-align: center;
}

/* link */

a {
 text-decoration: underline;
 color: #ffffff;
}

/* text */

h1 {
 font-family: Verdana, Helvetica, Arial;
 font-size: 25pt;
 font-weight: bold;
 color: #ffff00;
}

/* tables */

.LinkTable {
 align: center;
 border-width: 1px;
 border-color: #888888;
 border-style: solid;
 font-family: Verdana, Helvetica, Arial;
 text-align: center;
 background-color: #000000;
}

.LinkTableCell {
 border-width: 1px;
 border-color: #888888;
 border-style: solid;
 padding: 3px;
}

