@CHARSET "ISO-8859-1";
html {
	height:100%;
	margin-bottom:1px;
}
body {
	font-family:Verdana,sans-serif;
	font-size:14px; 
	color:#b1332c;
	padding:0;
	outline:0;
	vertical-align:baseline;
}
a {
	color:#444444;
	text-decoration:none;
	font-weight:bolder;
	font-family:Times New Roman;
	font-size:16px;
}
a:hover {
	color:#b1332c;
	text-decoration:underline;
}
td.select {
	align:left;
	cursor:pointer;
	color:#ffffff;
	background-color:#999999;
	font-family:Times New Roman;
	font-size:20px;
}
td.unselect {
	align:left;
	cursor:pointer;
	color:#B1332C;
	background-color:#c7c2ba;
	font-family:Times New Roman;
	font-size:20px;
}

