/*-------------------------------------------------

  This file contains CSS definitions
  that affect the appearance of the whole site.

-------------------------------------------------*/

html,body {
  margin:0;
  padding:0;
  font-family: "Trebuchet MS",Arial,sans-serif;
}

body {
  margin: 10px 0;
  color: #FFFFFF;
  background-color: #000000;
}

#header {
  text-align: center;
  padding: 5px 5px;
}

#wrapper {
  width: 750px;
  margin: 10px auto;
}

/*-------------------------------------------------
    Text
-------------------------------------------------*/
h1 {
    margin: 0;
    font-size: 140%;
}

h2 {
    margin: 0;
    font-size: 120%;
    font-style: italic;
    text-align: center;
}

h3,h4,h5,h6 {
    margin: 0;
    font-size: 90%;
}



p.footnote {
    text-align: center;
    font-size: 70%;
    color: #444444;
}

/*-------------------------------------------------
    Links
-------------------------------------------------*/
a:link {
    color: #FFEECC;
    text-decoration: underline;
}

a:visited {
    color: #BBAA88;
    text-decoration: underline;
}

a:hover, a:active {
    color: #CC0033;
}

img {
    border: 0px;
    vertical-align: middle;
}