﻿DIV.tile {
	display: flex;
	font-size: 0.9em;
	width: 250px;
	height: 100px;
	float: left;
	margin: 10px;
	border: solid 1px white;
}

DIV.tile:hover {
	background-color: #FFFACD;
	border: dashed 1px Silver;
	transition: ease-in background-color .2s;
	transition: ease-in border .2s;
}

DIV.tile A {
	display: flex;
	align-items: center;
}

DIV.tile IMG {
	float: left;
	padding-right: 5px;
}

DIV.tile A:link, DIV.tile A:visited {
	color: black;
	text-decoration: none;
}

DIV.tile A:hover, DIV.tile A:active {
	color: black;
	text-decoration: underline;
}
