@charset "utf-8";

/* these are settings that will go across all pages of the site */

.blue {
	color:#013298;
}
.red {
	color: #F00;
}
.important {
	font-weight:bold;
	font-size:18px;
}	
.update {
	color:#666;
}