/* CSS Document */

body{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
}

h1
{
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

a
{
	color: #660000;
	text-decoration: none;
}

a:hover{
	color: #660000;
	text-decoration: underline;
}

div.object
{
	position:absolute;
	background-repeat:no-repeat;
}
div.letter-shadow { width:567px; height:746px; top:5px; left: -11px; background-image:url("images/letter-shadow.png"); }
div.letter { width:567px; height:746px; top:5px; z-index: 10; left: -11px; background-image:url("images/letter.gif"); }