/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/


.big-header {
	color: #435E95;
	font-size: 35px;
}

.float_img_left {
	float: left;
	margin-right: 10px;
}
