<!-- /* Hide from incompatible browsers */

div.ringhub
{
	margin-top: 20pt;
	text-align: center;
}

div.ringhub table
{
	background-color: #00214E;	/* Sets the colour of the background for the whole document */
	border: none;
	margin: auto;
}

div.ringhub th, td
{
	background-color: #00214E;	/* Sets the colour of the background for the whole document */
	color: #F7E018;	/* Sets the colour of the text */
	border: none;
	text-align: center;
}

div.ringhub font
{
	color: #F7E018;	/* Sets the colour of the text */
}

/* Set the colour of the text inside font tags for links */
div.ringhub a:link font, a:visited font
{
	color:white
}

div.ringhub a:active font
{
	color:red
}

div.ringhub a:hover font
{
	color:green
}

/* End hiding from incompatible browsers */ -->