body
  {
    background-color: #110011;
    color: white;
    min-width: 600px;
    text-align: left;
    width:100%;
    margin:0;
  }
img       { border: none; }
#wrapper
  {
    width: 600px;
    text-align: center;
    border: thin outset Black;
    margin: 0px auto;
  }
#content
  {
    background-color:white;
    color:black;
    width: 600px;
    text-align: center;
    margin: 0px auto;
    border-radius:16px;
  }
#header
  {
    background-color: black;
    color: white;
    margin:0px;
    padding:0px;
    width:100%;
  }
img.header
  {
    vertical-align:middle;
    margin-right:20px;
  }
h1.header
  {
    font-weight : bold;
    font-style : italic;
    color : #AF0000;
    text-align:left;
    margin-top:0;
  }
p { text-align: center; }
.smlink {
  width: 100px;
  text-align: center;
}
.bsmlink
  {
    width: 100px;
    text-align: center;
    background-color: Black;
  }
.lglink
  {
    width: 200px;
    text-align: center;
  }
