
body {
	background-color:white;
	background-image:url(bbg.png);
	background-repeat:repeat-x;
	color:red;
	font-family:"Lucida Grande", sans-serif;
	margin:0;
	padding:0;
	text-align:centre;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#990000;
	font-size:80%;
}
a:hover {
text-decoration:underline;
}