body
{
	background-color: #FFFFFF;
	background-image:url('/images/background.png');
	background-repeat:repeat-x;
}
p.top
{	
	margin-left: 1cm;
	margin-top: 3cm
}
p.m
{
	margin-left: 3cm;
}
p.pay
{
	margin-left:20px;
}
p.indent
{
	margin-left: 1cm;
	text-indent: 1cm
}
p.head
{
	text-align: center;
	font-size: 30px;
}
p.subhead
{ 
	text-align: center;
	font-size: 20px;
}
a:link
{
	color: #000055;
	text-decoration: none
}

a:visited
{
	color: #005500;
	text-decoration: none
}
a:hover
{
	color: #BB0000;
	text-decoration: underline;
}
a:active
	color: #BBBB00;
	text-decoration: none
}
