﻿  /* CSS layout */
.ev_ttl {
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-top-style: double;
	border-bottom-style: double;
	border-width: 5px;
	border-color: #663300;
	background-color: #EEE0B8;
}
.deadline {
  font-weight: bold;
  color: #009900;
}
