body
{
    background-color: white;
    color: black;
    font-family: arial, helvetica, sans-serif;
    margin: 0;
    background-image: url(file/background.gif);
    background-repeat: repeat-y;
    margin-left: 100px;
}

h1,
h2,
h3,
.logo
{
    font-family: "courier new", courier, arial, helvetica, sans-serif;
    position: relative;
    left: -100px;
    font-weight: bolder;
}

h1
{
    background-image: url(file/logo.gif);
    background-repeat: no-repeat;
    padding-top: 220px;
    width: 650px;
}

h3
{
    left: 0;
}

.content
{
    width: 540px;
    margin: 30px;
}

a:link,
a:visited,
a:active,
a:hover
{
    color: rgb(0,0,200);
    text-decoration: underline;
}

a:visited,
{
    color: rgb(100,0,200);
    text-decoration: underline;
}

.footer
{
    border-top: 1px solid black;
    padding-top: 5px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-style: italic;
}

.introduction
{
    margin-bottom: 40px;
}

.introduction:first-letter
{
    font-size: 130%;
    font-weight: bold;
}

.subtitle
{
    font-size: 90%;
    font-weight: normal;
}

.note
{
    font-style: italic;
}

h2
{
    margin-top: 60px;
}

.quote
{
    margin-left: 30px;
    font-size: 90%;
}

table
{
    border-collapse: collapse;
    border: 1px solid black;
}

th
{
    background-color: #eee;
    text-align: left;
    border-bottom: 1px solid black;
    padding: 4px;
    border-right: 1px solid black;
}

td
{
    border-bottom: 1px solid black;
    padding: 4px;
}

.moreInfo
{
    position: absolute;
    top: 20px;
    right: 40px;
    width: 130px;
    height: 610px;
}
