body {
	margin: 10;
	background: Gray;
	background-image: url(bg.gif);
	font-family: serif;
	font-size: 10pt;
	text-align: left;
	color: black;
}

a {
	font-family: serif;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	font-family: serif;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

a:focus {
	font-family: serif;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: serif;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	text-decoration: none;	
	font-weight: bold;
}

a:link {
	font-family: serif;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	text-decoration: none;	
	font-weight: bold;
}

a:visited {
	font-family: serif;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	text-decoration: none;	
	font-weight: bold;
}

a:visited:hover {
	font-family: serif;
	font-size: 10pt;
	color: #000000;
	text-align: center;
	text-decoration: underline;	
	font-weight: bold;
	}