.axis path, .axis line{
	fill: none;
	stroke: black;
	shape-rendering: crispEdges;
}

.axis text{
	font-family: sans-serif;
	font-size: smaller;
	font-weight: normal;
}

.fixed{
	position: fixed;
	top: 80px;
	left: 100px;
	font-family: sans-serif;
	font-weight: normal;
	font-size: normal;
	text-align: center;
}

.fixed:first-child{
	left: 100px;
}

span{
	float: right;
	width: 115px;
	margin-right: 10px;
}

p{
	margin-top: 4px;
}

a:link {color:blue; font-weight: bold; text-decoration: none;}
a:visited {color:blue; font-weight: bold; text-decoration: none;}
a:hover {color:blue; font-weight: bold; text-decoration: none;}
a:active {color:blue; font-weight: bold; text-decoration: none;}

#redraw{
	font-family: sans-serif;
	font-weight: bold;
	font-size: normal;
	cursor: pointer;
	color: blue;
}

#explanation{
	position: relative;
	left: 20px;
	top: 10px;
	width: 1090px;
	line-height: 20px;
	font-family: sans-serif;
	font-weight: normal;
	font-size: normal;
}