body
{
font-family: "Helvetica", sans-serif;
color: black;
background-color: #FFF3CE;
background-image: url("arbg.jpg");
background-position: 0 0;
background-repeat: no-repeat;
background-attachment: fixed;
}

.outer
{
width: 100%;
padding-top: 30px;
}

.inner
{
margin: auto;
width: 60%;
opacity: 0.75;
background: white;
padding: 30px 30px 30px 30px;
}

.header
{
font-family: "Helvetica", sans-serif;
font-size: "6"; 
}

.title
{
text-align: right;
font-size: 110%;
}

.author
{
text-align: right;
font-size: 110%;
}

.nav
{
text-align: center;
}

.end
{
opacity: 0.5;
}

a
{
color: brown;
text-decoration: none;
}

a:hover
{
color: purple;
text-decoration: underline;
}