@charset "utf-8";
/* CSS Document */

body {
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/blueberries.jpg);

}
.main {
	margin-bottom: 2%;
}
.full-width-container {
	background-color: #66788E;

}

.content {
	/*color: #000;  use this for dark text on light background. Remember to add class=black-text to aside in source code when using this*/
	width: 100%;
	background-color: #66788E;
	float: left;
}
.table-style {
	margin: 2% 5%;
	width: 90%;
}
.table-style a{
	color: #CDF5AF;
}
