body {
	margin: 0px;
	widht:100%;
}
#table {
	width:100%;
	}
.left {
	width:25%;
}
.center {
	width:50%;
}
.right {
	width:25%;
}
.green {
	background-color:rgb(0, 123, 51);
}

h1 {
	color:#FFFFFF;
	font-size: 2em;
	font-family:"Roboto", arial, sans-serif;
	font-weight:500;
	margin-top:25px;

}
h2 {
	color:#FFFFFF;
	font-size: 1.5em;
	font-family:"Roboto", arial, sans-serif;
	font-weight:500;
	margin-top:25px;

}
p{ 
	color:#FFFFFF;
	font-size: 1em;
	font-family:"Roboto", arial, sans-serif;
	font-weight:500;

}
.casual {
	color:#515151;
	font-size: 0.8em;
	font-family:"Roboto", arial, sans-serif;
	font-weight:100;

}