body {
background-image:
url('images/lines.gif');
background-repeat: repeat
}

p {
color: rgb(221,158,71);
font-family: Georgia, times, serif;
font-size: 14px;
margin: 7%;
}

h1 {
color: rgb(221,158,71);
font-family: Georgia, times, serif;
font-size: 20px;
}

a:link {
color: rgb(172,95,24);
font-weight: bold;
text-decoration: underline;
font-family: Georgia, times, serif;
font-size: 14px;
}

a:visited {
color: rgb(172,95,24);
font-weight: bold;
text-decoration: underline;
font-family: Georgia, times, serif;
font-size: 14px;
}

a:hover {
color: rgb(172,95,24);
font-weight: bold;
text-decoration: underline;
font-family: Georgia, times, serif;
font-size: 14px;
}

a:active {
color: rgb(172,95,24);
font-weight: bold;
text-decoration: underline;
font-family: Georgia, times, serif;
font-size: 14px;
}