a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: gray;
	text-decoration: none;
}
a:hover { color: #000000; background-color: #FF8888 }
a:active { color: #7FFFFF }

ul {
	list-style-type: none;
}

div.col1 {
	width: 30%;
	padding: 10px;
	margin: 0px;
	float: left;
	font-size: smaller;
}

div.col2 {
	width: 30%;
	padding: 10px;
	margin: 0px;
	border-width: medium;
	border-color: gray;
	border-style: none solid none solid;
	float: left;
	font-size: smaller;
}

div.col3 {
	width: 30%;
	padding: 10px;
	margin: 0px;
	float: left;
	font-size: smaller;
}
