.lafscontainer {
	text-align: center;
	margin: auto;
	width: 600px;
}

.content {
	padding-bottom: 10px;
}

.lafstable {
	text-align: left;
	border-left: 1px solid #A60101;
	border-right: 1px solid #A60101;
	width: 400px;
	margin: auto;
}
.lafstitle {
	background-color: #A60101;
	color: white;
	font-weight: bold;
	padding: 2px;
}

.laf {
	border-bottom: 1px solid #A60101;
	padding: 2px;
}

.col1 {
	width: 250px;
	position: absolute;
	top: 1px;
	left: 1px; 
}
.col2 {
	top: 0px;
	margin-left: 250px;
	width: 150px;
} 
.bold {
	font-weight: bold;
}
p.beta {
	color: red;
}
p.planning {
	color: blue;
}
p.stable {
	color: green;
}
p {	
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: left;
}