@charset "utf-8";
/* CSS Document */

/* ------------ board specific content ------------ */

.main .board-content {
	font-family: Calibri;
	font-size: 12pt;
	color: #fff;				/* White text */
	background-color:#002060;	/* Blue Background*/
	text-align: left;
	min-height:100px;
}
