/* Stylesheet */

body {
	color: black;
/* 	background: white url(crop0050.jpg) no-repeat; */
/* 	background: #D0D0D0; */
	margin: 0;
	padding: 0 10px;
	font-family: sans, arial, helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

img {
	border: 0;
	margin: 20px 0 0 50px;
	display: block;
}

ul {
	margin: 40px 0;
}

li {
	list-style-type: none;
}

.centreer {
	text-align: center;
}



/* Links */
a:link, a:visited {
	color: #0000DD;
	text-decoration: none;
}

a:hover {
	color: #DD0000;
}

