﻿body {
	margin-top: 0px;
	background-color: #fffde4;
	opacity: 0;
	transition: opacity 0.4s;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size:15.5px;
}
table {
	width: 676px;
	height: 457px;
	border-width: 0px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
	color: #006699;
	margin: auto;
}
td {
	text-align: center;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #006699;
}
a:hover {
	-webkit-filter: saturate(2);
	filter: saturate(2);
}
img {
	width: 150px;
	height: 91px;
	position: relative;
	top: 2px;
	border: thin solid lightgray;
}
.small-link-color {
	color:#0D5B8F;
	background-color:#fffde4;
	border:thin solid #0D5B8F;
	cursor:pointer;
}
.small-link-color:hover {
	-webkit-filter:saturate(2);
	filter:saturate(2);
}
.medium-link {
	background-color:white;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	font-size:10px;
}
@media screen and (max-width:900px) and (pointer:coarse) {
	body {
		font-size:15.8px;
	}
	.medium-link {
		font-size:11px;
	}
}
