﻿/* HISTORY STYLE */

.col_ul {
	padding: 0px 0px 0px 20px;
	margin-left: 0;
	list-style-type: none;
	margin-top: 0px;
	float: left;
}
.co_li {
	border: medium ridge #FFCCFF;
	padding: 2px;
	margin-left: 0;
	list-style-type: none;
	margin-top: 10px;
	font-family: Verdana;
	font-size: 12pt;
	font-weight: normal;
	color: #000099;
}
.date_highlight {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: 600;
	color: #FF0000;
}
.col a {
	width: auto;
	text-decoration: none;
}

