	body {
		color:black;
		background-color:white;
	}
	table {
		color:black;
		background-color:white;
	}
	a { 
		color:black; 
	}

        .over { 
		color:red; 
	}

	a:hover {
		color:red;
		text-decoration: underline;
	}

	p { 
		font-family:Verdana,Arial,Helvetica,sans-serif; 
		font-size:12px; 
		text-align:left;
	}

	.middle { 
		text-align:center; 
	}

	.mid_small {
		text-align:center;
		font-size:10px;
	}

	.graysmall {
		font-size:10px;
		color:white;
	}

	.gain {
		font-size:12px;
		color:gainsboro;
	}

	.gmid {
		text-align:center;
		font-size:12px;
		color:gainsboro;
	}
	

	#block { 
		background:white; 
		border-style:solid; 
		padding:10px; 
		border-width:thin;
		position:relative; 
		top:10px; 
		left:5px; 
		width:510px; 
	}

	#set_block {
		background:gainsboro;
		border-style:solid;
		padding:10px;
		border-width:thin;
		position:relative;
		top:10px;
		left:5px;
		width:510px;
		height:600px;
        }

	#little_block {
		width:510px;
		color:gray;
		font-size:8pt;
		font-family:Ariel,Helvetica,sans-serif;
	}


	#big { 
		background:silver; 
		color:white; 
		font-size:18pt; 
		font-family:sans-serif; 
	}

	#mp { 
		font-family:sans-serif; 
		font-size:12pt; 
	}

	#little {
		font-family:sans-serif;
		font-size:8pt;
	}

