/*
********************************
**  CSS File for g0lgs.co.uk  **
********************************
** By Stewart Wilkinson G0LGS **
********************************
*/

/* top right bottom left */

BODY	{
/*		font-family: Courier, sans-serif; */
	}

HR	{
		height: 4px;
	}

TD	{	font-size: 10pt;
	}

TH	{	font-size: 12pt;
		font-weight: bold;
		text-decoration: underline;
	}

a:link	{
		text-decoration: underline;
		color: #0000ff;
	}

a:visited{
		text-decoration: underline;
		color: #0000ff;
	}

a:hover	{
		text-decoration: none;
		color: #0000ff;
	}

a:active{	
		color: #FF0000;
}

.header	{
		border: 3px solid #6699cc;
		padding: 4px 4px 4px 4px;
	}

.head	{
		font-size: 10pt;
		font-weight: normal;
		font-family: Arial, Sans;
		margin : 0;
		vertical-align: middle;
	}

.small	{	font-size: 8pt;
		font-weight: normal;
		font-family: Arial, Sans;
		padding: 5px;
	}

.med	{	font-size: 10pt;
		font-weight: normal;
		font-family: Arial, Sans;
		padding: 5px;
	}

.tiny	{	font-size: 6pt;
		font-weight: normal;
		font-family: Arial, Sans;
		padding: 2px;
	}

.title	{	font-size: x-large;
		font-weight: bold;
		font-family: Arial, Sans;
		text-align: center;
		padding: 10px;
	}

