body
{ 
background-color: black;
background-image: 
url('http://shirereaves.com/images/celticwide.gif');
background-repeat: repeat-y;
}


h1, h2, h3, h4
{ 
text-align: center;
color: red;
font-family: century;
font-weight: bold; 
}

/* need to insert p class="left" or p class=”center” enclosed in carrots before paragraph */

p.left
{
text-align: left;
margin-left: 43px;
margin-right: 10px;
color: white;
font-family: century;
font-size: 12pt;
font-weight: bold;
}


p.center
{
text-align: center;
margin-left: 43px;
margin-right: 10px;
color: white;
font-family: century;
font-size: 12pt;
font-weight: bold; 
}


p.small
{
text-align: center;
margin-left: 43px;
margin-right: 10px;
color: white;
font-family: century;
font-size: 8pt;
font-weight: bold;
}


a:link    {color:red}
a:visited {color:red}
a:active  {color:red}
a:hover   {color:#FF7F50}