body
{
font-family: Arial, Helvetica, sans-serif;
text-align: left;
background-color: #805a67;
margin-top: 50px;
}

*{
	margin: 0px;
	padding: 0px;
}

span.caption
{
color: black;	
}

a
{
text-decoration: none;
color: white;
}

a:hover
{
text-decoration: underline;
}


a.caption
{
text-decoration: none;
color: black;
}

a.caption:hover
{
text-decoration: underline;
}

a.body
{
text-decoration: none;
color: purple;
font-weight: bold;
}

a.body:hover
{
text-decoration: underline;
color: purple;
font-weight: bold;
}

p
{
width: 500px;
text-align: left;
margin-top: 0px;
margin-bottom: 14px;
}

div.centerpage
{
position: relative;
width: 633px;
margin-left: auto;
margin-right: auto;
background-color: #d3c4e1;
margin-top: 0px;
}

div.longpage
{
height: 420px;
background-color: #805a67;
}

div.header
{
text-align: left;
margin-left: 0px;
}

img
{
border: 0px;	
}

h1
{
margin-top: 48px;
margin-bottom: 0px;
text-align: left;
font-family: 
}



h3
{
margin-top: -6px;
margin-bottom:  24px;
text-align: left;
text-indent: 66px;
margin-left: 0px;
height: 30px;
width: 633px;
padding-top: 10px;
background-color: #9999cc;
color: #ffffff;
font-size: 16px;
font-weight: normal;
}









