body 
{
overflow: hidden;
background-color: #000000;
background-image: url('../images/background1.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 50% 0%;
}

span.emphasis
{
background-color: #999999;
}

h1 
{
color: #dddddd;
background-color: #770001;
text-align: center;
text-decoration: underline;
font-family: times;
}

h3
{
color: #ffffff;
text-align: center;
}

p
{
color: #ffffff;
text-align: center;
text-decoration: underline;
}

a:link
{
background-color: #440010;
text-decoration: none;
color: #dddddd;
}
a:visited
{
background-color: #440010;
text-decoration: none;
color: #dddddd;
}
a:hover
{
background-color: #440010;
text-decoration: none;
color: #dddddd;
}
a:active
{
background-color: #440010;
text-decoration: none;
color: #dddddd;
}