body
{
background-color: rgb(174,164,164);
margin-top: 0pt; /*make tables sit all the way to top of screen*/
margin-bottom: 0pt;
}

a:link
{
	color: rgb(255,153,0); 
}
a:visited
{
	color: rgb(30,50,80); 
} 
a:active 
{
	color: rgb(255,153,0);
}
:link.linkRedStatic, :visited.linkRedStatic, :hover.linkRedStatic {
	font-family: "Tahoma";
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: rgb(255,0,0);
	text-decoration: none;
}

:link.linkOrangeStatic, :visited.linkOrangeStatic, :hover.linkOrangeStatic {
	font-family: "Tahoma";
	font-size: 12pt;
	font-style: normal;
	color: rgb(255,132,0);
	text-decoration: none;
}
:link.linkRedRoyalH, :visited.linkRedRoyalH {
	background-image:url(img/Venues/RoyalHotelTxt1.gif);
	display: block;
	width: 128px;height:34px;
	text-decoration: none;
}

:hover.linkRedRoyalH {
	background-image: url(img/Venues/RoyalHotelTxt2.gif);
	display: block;
	width: 128px;height:34px;
	text-decoration: none;
}
:link.linkRedGreville, :visited.linkRedGreville {
	background-image:url(img/Venues/GrevilleArmsLogoRedSm.gif);
	display: block;
	width: 126px;height:31px;
	text-decoration: none;
}

:hover.linkRedGreville {
	background-image: url(img/Venues/GrevilleArmsLogoSm.gif);
	display: block;
	width: 126px;height:31px;
	text-decoration: none;
}


:link.linkRedSm, :visited.linkRedSm {
	font-family: "Tahoma";
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: rgb(255,0,0);
	text-decoration: none;
}

:hover.linkRedSm {
	font-family: "Tahoma";
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: rgb(255,0,0);
	text-decoration: underline;
}

:link.linkRedUnderline, :visited.linkRedUnderline {
	font-family: "Tahoma";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: rgb(255,0,0);
/** display: block;
	padding: 6px 8px 6px 10px;
	width: 130px;**/
	text-decoration: underline;
}

:hover.linkRedUnderline {
	font-family: "Tahoma";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: rgb(255,132,0);
}

:link.linkOrangeUnderline, :visited.linkOrangeUnderline {
	font-family: "Tahoma";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: rgb(255,132,0);
/**	display: block;
	padding: 6px 8px 6px 10px;
	width: 130px;**/
	text-decoration: underline;
}

:hover.linkOrangeUnderline {
	font-family: "Tahoma";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: rgb(255,180,0);
}
