@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #606;
	margin-top: 0px;
	margin-left: 1px;
}
body {
	background-color: #FFF;
}
a:link {
	color: #606;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #606;
}
a:hover {
	text-decoration: underline;
	color: #606;
}
a:active {
	text-decoration: none;
	color: #606;
}
#random {
	width: 275px;
	height: 275px;
}
.random {
	width: 275px;
	height: 275px;
}
#middlecell {
	border-right: ridge #606 2px;
	border-left: ridge #606 2px;
	width: 300px;
	height: 400px;
}
.middle {
	width: 295px;
	height: 395px;
	text-align: left;
}
.hr { 
	line-height: 1px;
	font-size: 1px;
	height: 2px;
	width: 100$;
	background: #606; 
	margin: 0px 0;
}
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

/*HintScroller*/

#hintscroller div  {
	visibility: hidden;
}
#hintscroller, #hintscroller div.default {
	width: 250px;
	height: 100px;
	overflow: hidden;
	visibility: visible;
}
#hintscroller table tr td div {
	visibility: visible;
}
#hintscroller {
	background-color: transparent;
	margin: 0px;
	font-size: 15px;
}
#hintscroller table tr td {
	padding: 5px;
	color: #606;
	text-align: left;
	vertical-align: top;
}