/* Links */
#links table	{
	width: 100%;
}
#links caption {
	font-size: 40px;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: underline;
}

#links table td	{
	font-size: 10px;
	vertical-align: top;
	text-align: justify;
	padding-bottom: 3em;
}
#links table td	img {
    border: 0;
}
#links table td	a,
#links table td	a:visited   {
    font-weight: bold;  
	
    color: #0000FF;
}
#links table td	a:hover   {
	
	color: #FF0000;
}

