﻿#content table
{
	padding:15px;
	border-spacing:15px;
}

#content td
{
	width:150px;
	height:150px;
	padding:5px;
	border:medium black solid;
}

#content img

{
	width:150px;
	background-color:white;
}

#content a:link, #content a:visited
{
	text-decoration:none;
	color:white;
}

#content td:hover
{
	background-color:#00A09D;
	border: medium #BEC700 solid;
}