body  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	width: 900px;
	background-attachment: fixed;
	background-image: url(images/wall.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #FFD56A;
}

p {
	font-weight : normal;
	color : #00007F;
}

p.signature {
	font-size: smaller;
	text-align: right;
}

p.footer {
	margin-top: 18px;
	font-size: .8em;
	text-align: center;
}

H1 { 
	font-size : 1.5em;
	color : #00007F;
}

H2 { 
	font-weight : bold;
	font-size : 1.2em;
	color : #00007F;
}

H3 { 
	font-size : 1em;
	color : #00007F;
}

