body {
background-image: url(images/wallpaper.gif);
color: #000000;
font-family: Palatino Linotype;
font-size: 1.0em;
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: Palatino Linotype;
font-size: 1.8em;
line-height: 1em;
text-align: center;
}

h2 {
font-family: Palatino Linotype;
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;
}

#main-text {
position: absolute;
top: 30px;
left: 30px;
width: 600px;
margin: 50px;
padding: 50px;
background-color: #fcf6e6;
}

