
	body {
		font-family: serif;
	}

	a:link, a:visited, a:active {
		color: blue;
		text-decoration: underline;
	}

	a:hover {
		color: red;
		text-decoration: none;
	}

	span.menu {
		font-family: sans-serif;
		font-size: 12px;
		font-weight: bold;
	}
	
	a.menu:link, a.menu:visited, a.menu:active {
		color: black;
		font-family: sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	
	a.menu:hover {
		color: black;
		font-family: sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	
	td.titrepage {
		color: white;
		font-family: sans-serif;
		font-size: 16px;
		font-weight: bold;
		background: #cc0000;
	}
	
	td.credits {
		color: black;
		font-family: sans-serif;
		font-size: 12px;
	}
	
	a.credits:link, a.credits:visited, a.credits:active {
		color: white;
		font-family: sans-serif;
		font-size: 12px;
	}	
	
	a.credits:hover {
		color: yellow;
		font-family: sans-serif;
		font-size: 12px;
		text-decoration: none;
	}	
	
	a.enter:link, a.enter:visited, a.enter:active {
		color: blue;
		font-family: sans-serif;
		font-weight: bold;
		font-size: 20px;
	}	
	
	a.enter:hover {
		color: red;
		font-family: sans-serif;
		font-size: 20px;
		font-weight: bold;
		text-decoration: none;
	}	