body {
    margin: 0px; 
    padding: 0px;
    font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
    font-size: 95%;
    font-weight: lighter;
}

h1 {
    font-weight: 500;
    color: #0066ff;
}

h2 {
    font-weight: 500;
    font-size: 120%;
    color: #004090;
}


h3 {
    font-weight: 500;
    font-size: 120%;
    color: #004090;
}

#note {
    font-weight: 500;
    font-size: 120%;
    color: #004090;
    text-align: center;
    font-style: italic;
}

#topdecbar {
    height: 10px;
    background-color: #0066cc;
}

#metainfo {
    float: left;
    width: 200px;
}

#content {
    float: left;
    width: 600px;
    margin-bottom: 90px;
    margin-left: 40px;
}

#container {
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}

A:link {
    color: #3399ff;
    text-decoration: none;
}

A:visited {
    color: #3399ff;
    text-decoration: none;
}

A:hover {
    color: #3399ff;
    text-decoration: none;
}

A:active {
    color: #3399ff;
    text-decoration: none;
}

.center {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#logo{
  padding-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;  
}