div.button {
	font-size: 16px;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 1px;
	padding-right: 1px;
	width: 100%;
}

div.greg {
	font-size:14pt;
}

div.thumb {
	max-width: 75px;
	max-height: 50px;
	padding-left:1px;
	padding-right:1px;
	
}

div.outerlinkbox {
	margin:2px 2px 2px 2px;
	background-color:#333;
	border:1px solid black;
	padding:2px 2px 2px 2px;
	border-radius:10px;
	box-shadow: none;
	transition: box-shadow 0.25s ease, color 0.25s ease;
}

div.outerlinkbox:hover {
	box-shadow: 10px 10px 5px 1px red;
	transition: box-shadow 0.25s ease, color 0.25s ease;
}

td.linkbox { 
	height:50px;
	width:75px;
}

img.thumb {
	max-height:48px;
}

td.description {
	font-size:8pt;
	line-height: 10pt;
}

table.linkbox {
	padding-bottom: 1px;
	margin-bottom: 1px;
}

tr.linkbox {
	padding-bottom: 1px;
	margin-bottom: 1px;
}

div.innerlb {
	line-height: 12pt;
	padding-bottom: 0;
	margin-bottom: 0;
	max-width: 100%;
}

a.linkbox {
	padding-bottom: 0;
	margin-bottom: 0;
}

ul {
	padding-bottom: 0;
	margin-bottom: 0;
}



