body {
    margin-top: 0;
    background-color: black;
    color: white; 
    font-family: Lucida Grande, Verdana; 
    font-size: 12px;
}

div#title {
     color: white;
     font-family: Lucida Grande, Verdana;
    font-size: 30px;
    font-weight: bold;
    padding:10;
}

div#margin {
    margin: 10px;
}

div#subheader {
    font-size: 14px;
    padding: 10;
    font-style: italic;
}

div#centerdiv {
margin: auto;
width: 800px;
}

div#header {
    background-color: rgb(30,30,30);
    width: 800;
    margin-bottom: 10;
}

div#titleimg {
    width: 800;
    margin-bottom: 10;
}

div#menu {
    background-color: rgb(30,30,30);
    width: 780;
    padding: 10;
    margin-bottom: 10;
}

div#leftbox {
    width: 480;
    float: left;
    margin: 0;
    background-color: rgb(30,30,30);
}

div#rightbox {
    width: 310;
    float: right;
    margin: 0;
    background-color: rgb(30,30,30);
}

p#warning {
    color: rgb(255,180,60);
}

p#quote {
    font-style: italic;
}

p#quotee {
    text-align: right;
    margin-bottom: 25;
}


a {
  color: white;
  text-decoration: underline;
}

a#download {
  color: rgb(255,180,60);
  text-decoration: none;
  font-weight: bold;
}

a#download:hover {
    color: rgb(255,180,60);
  text-decoration: underline;
  font-weight: bold;
}

a#menu {
  color: rgb(255,180,60);
  text-decoration: none;
  font-weight: bold;
    margin-right: 20px;
}

a#menu:hover {
    color: rgb(255,180,60);
  text-decoration: underline;
  font-weight: bold;
    margin-right: 20px;
}

h2 {
   margin-top: 0px;
   font-weight: bold;
   font-size: 15px;
}

h3 {
   margin-top: 10px;
   font-weight: bold;
   font-size: 12px;
}

img {
    border: 0px;
}
