a {
	text-decoration: none;
	color: #999;
}

a:hover {
	text-decoration: underline;
	color: #555;
}

table {
	font-family: 'Carrois Gothic', serif;
	font-size: 20px;
}

body {
	font-family: 'Carrois Gothic', serif;
	font-size: 18px;
	background: #fff;
}

.hilite {
	font-weight: bold;
}

.advice {
	font-size: 65%;
	line-height: 10px;
	font-style: italic;
}

table {
	font-family: 'Carrois Gothic', serif;
	font-size: 18px;
}

.go {
	color: #008040;
	font-weight: bold;
	font-size: 23px;
}

.go:hover {
	text-decoration: underline;
}