/*
*
*This style sheet is for the Med Alumni Class Note Form
*
*/

.error {
	color: red;
	font-size: 12px;
	font-weight: normal;
}
.red {
	color: red;
}
span.format{
	color: darkgrey;
	font-size: 88%;
}
.page-header {
    text-align: center;
}
#wordsLeft {
    color: blue;
    font-weight: bold;
}
.wordCount {
    font-weight: bold;
}