body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #ffffff url('images/bgteal.gif') fixed bottom center repeat-x;

}

ul li {

	list-style-image: url('images/diamond.gif');

}

a { 

	color: #285C5B;
	text-decoration: underline;

}

a:hover {

	text-decoration: underline;
	color: #700202;

}

p, td {

	font-size: .8em;
	text-indent: 5px;
	line-height: 150%;

}