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

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #ED008C;
}
.updates {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FABC26;
	font-weight: 400;
}
.projectname {
	font-size: 14px;
	font-weight: bold;
	color: #039;
	line-height: 25px;
}
.colorcallout {
	color: #C00;
	font-weight: bold;
}
.header {
	background: #F60;
	padding: 0;
	text-align: center;
} 
