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.linkRed, :visited.linkRed {
	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: none;
}

:hover.linkRed {
	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;
/**	background-color: rgb(64,64,60);**/
}
:link.linkRedMurtaghs, :visited.linkRedMurtaghs {
	background-image:url(img/Venues/MurtaghsBarLogoRed.gif);
	display: block;
	width: 170px;height:50px;
	text-decoration: none;
}

:hover.linkRedMurtaghs {
	background-image: url(img/Venues/MurtaghsBarLogo.gif);
	display: block;
	width: 170px;height:50px;
	text-decoration: none;
}
:link.linkRedGreville, :visited.linkRedGreville {
	background-image:url(img/Venues/GrevilleArmsLogo.gif);
	display: block;
	width: 170px;height:42px;
	text-decoration: none;
}

:hover.linkRedGreville {
	background-image: url(img/Venues/GrevilleArmsLogoRed.gif);
	display: block;
	width: 170px;height:42px;
	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);
}