body {

}
.regulation{
	font-size: 12px;
	width:200px;
	height:139px;
	float:left;
	margin:4px;
	font-family: Helvetica, Arial, sans-serif;
}
.deaths{
	font-size: 12px;
	width:200px;
	height:203px;
	float:right;
	font-family: Helvetica, Arial, sans-serif;
}
.max{
	height: 16px;
	width: 16px;
	background-color: #0A50A1;
}
.maj{
	height: 16px;
	width: 16px;
	background-color: #4573B3;
}
.minor{
	height: 16px;
	width: 16px;
	background-color: #809CC9;
}
.min{
	height: 16px;
	width: 16px;
	background-color: #BFCAE2;
}
#font{
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.darkest{
	height: 16px;
	width: 16px;
	background-color: #8A0000;
}
.darker{
	height: 16px;
	width: 16px;
	background-color: #D10000;
}
.med{
	height: 16px;
	width: 16px;
	background-color: #FC4128;
}
.light{
	height: 16px;
	width: 16px;
	background-color: #FB805F;
}
.white{
	height: 16px;
	width: 16px;
	border-color:black;
	border: solid;
	border-width:1px;
	background-color: white;
}
.lightest{
	height: 16px;
	width: 16px;
	background-color: #FCC0A7;
}