/* Single link entry on the links-page. */

div.bigLink
{
	width			: 540px;
	height			: 50px;

	font-size		: 11pt;
	font-family		: arial;
	font-style		: bold;
	color			: black;
	
	margin-bottom	: 20px;

	/*border			: thin dotted red; /* DEBUG */
}

div.bigLink span.title
{
	float			: left;
	text-align		: left;
	
	position		: relative;
	top				: 15px;
}

div.bigLink span.image img
{
	float			: right;
	width			: 240px;
	height			: 50px;
	
	margin			: 0px;
	padding			: 0px;
	border			: 1px black solid;
}
