﻿body
{
	padding-bottom: 20px;
}

#content
{
	padding: 25px 0;
	background: url('../images/background.jpg') top center repeat-y;
}

#content h2
{
	text-align: center;
	font-size: xx-large;
	font-weight: 900;
	color:  #006400;
	margin-top: 30px;
	margin-bottom: 20px;
}

table.links
{
	width: auto;
	margin: 0 auto;
	empty-cells: show;
	padding: 5px 3px;
	border: 5px groove #7FFF00;
}

table.links th
{
	color: #003300;
	font-size: x-large;
	font-weight: bolder;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #D6ECB0 url('../images/th_bg.jpg') repeat-x bottom;
	border: 1px solid #000080;
}

table.links td
{
	color: #3C6666;
	font-size: 110%;
	font-weight: bold;
	padding: 8px 20px;
	background: url('../images/td_bg.jpg');
	border: 1px solid #000080;
}

table.links td a
{
	text-decoration: none;
	color: inherit;
}

table.links td a img
{
	vertical-align: middle;
	margin-right: 5px;
	width: 16px;
	border: 0;
}
