body {
background-color: #ffffff;
background-image: url(images/wallpaper.gif);
color: #000000;
font-family: serif;
font-size: 1.2em;
margin: 0;
}

a:link {
color: #0000ff;
font-family: sans-serif;
text-decoration: none;
}
a:visited {
color: #0000ff;
font-family: sans-serif;
text-decoration: none;
}
a:hover {
color: #ff00ff;
font-family: sans-serif;
text-decoration: none;
}
a:active {
color: #8888FF;
font-family: sans-serif;
text-decoration: none;
}

h1 {
font-family: sans-serif;
font-size: 1.6em;
line-height: 1em;
text-align: center;
}

h2 {
font-family: sans-serif;
font-size: 1.2em;
line-height: 2em;
text-align: center;
}

p {
font-size: .9em;
line-height: 1.65em;
text-align: justify;
}

p.centred {
font-size: .9em;
line-height: 1.65em;
text-align: center;
}

p.details {
font-family: serif;
font-size: .8em;
line-height: 1.4em;
}

#navbar {
background-color: #dddddd;
position: absolute;
top: 0px;
left: 0px;
width: 100px;
font-family: sans-serif;
font-size: .8em;
text-align: left;
}

#main-text {
position: absolute;
top: 20px;
left: 140px;
width: 620px;
padding: 40px;
background-color: #ffffff;
align: center;
}
