/*
 * Copyright (c) 2010 John Reese
 * Licensed under the MIT license
 */

.announcement {
	background: #FAF3AA;
	border: 1px dashed #986;
	margin: 3px;
	padding: 5px;
	font-size: 8pt;
}

.announcement-header {
	float: right;
	width: 50%;
}
