	html, body {
		font-size: 14px;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		display: block;
	} 
        .loadingcss {
            height:150px;
            width:450px;
            text-align:center;
            font-size:28px;
            color:#c0c0c0;
            padding-top:75px;
	}
	#content {
		width:500px;
		float:left;
	}
	#leftpan {
		width:500px;
		float:left;
	}
	ol {
		list-style-type:upper-alpha;
	} 
	li {
		cursor: pointer;
		text-align:justify;
			} 
	li:hover {
		cursor: pointer;
			}
		#rightpan {
		width:200px;
		position:fixed;
		top:0px;
		left:520px;
		float:right;
	}
	#rightpan H2 {
		color:#000000;
		font-size:16px;
		font-weight:900;
		text-align:center;
		margin-bottom:0;
	}
	#tally {
		width:200px;
		position:fixed;
		top:0px;
		left:520px;
		float:right;
	}
	#tally H2 {
		color:#000000;
		font-size:16px;
		font-weight:900;
		text-align:center;
		margin-bottom:0;
	}
	#tally .box {
		width:10px;
		height:10px;
		margin:3px;
		background:#C0C0C0;
		float:left;
	}
	#score {
		width:200px;
		padding-top:5px;
		float:left;
	}
	#score .cbox {
		width:10px;
		height:10px;
		margin:3px;
		background:#39AD0E;
		float:left;
	}
	#score .wbox {
		width:10px;
		height:10px;
		margin:3px;
		background:#FF0000;
		float:left;
	}
	#score .numbers {
		width:50px;
		height:50px;
		float:left;
	}
	#value {
		color:#000000;
		font-size:16px;
		font-weight:900;
		text-align:center;
		margin-top:15px;
		width:100%;
		float:left;
	}
	#book {
		width:200px;
		float:left;
	}
	#book form {
		text-align:center;
	}
	#info {
		width:200px;
		padding-top:5px;
		text-align:justify;
		float:left;
	}
	#info form {
		text-align:center;
	}
	hr {
		width:90%;
	}	