
h1 {
font-family: Helvetica, sans-serif;
font-weight:bold;
font-style:normal;
color:#FFFFFF;
font-size: 300%;
}

h2 {
font-family: Helvetica, sans-serif;
font-weight:bold;
font-style:normal;
color:#FFFFFF;
font-size: 225%;
}

h3 {
font-family: Helvetica, sans-serif;
font-weight:bold;
font-style:normal;
color:#E5E5E5
}

body {
font-family: Helvetica, sans-serif;
font-weight:normal;
font-style:normal;
color:#C0C0C0
}

a {
font-family: Helvetica, sans-serif;
font-weight:bold;
font-style:normal;
text-decoration: none;
color:#aabbFF
}

a:hover{
text-decoration: underline;
}
div.body-text{
    position: absolute;
    width: 960px;
    top: 5%;
    left: 10%;
    padding-bottom: 50px
}

pre{
    white-space: pre-wrap;
}
