/* $Id: scores.css,v 1.1 2008/09/15 22:23:18 pwh Exp $ */
/* Style sheet for Iron Sudoku Scores. */

.right {

	text-align: right;
}

.legend {

	position: absolute;
	font-family: sans-serif;
	font-size: 16px;
	width: 30px; height: 16px
}

caption {

	font-style: italic;
}

dt {

	font-family: sans-serif;
	font-style: italic;
	font-weight: bold
}

.roll {

	text-decoration:none;
	color: #FFFFFF;
}

a.roll:hover {

	color: #FF0000;
}

.touch {

	text-decoration:none;
	color: #FF0000;
}

a.touch:hover {

	color: #0000FF;
}

div.graph {

	position: absolute;
	background-color: #FFFFFF;
	left: 50px;
	bottom: 0;
	border: 3px solid black;
}
