/* Link */
a
{
	text-decoration			:	none;
	font-weight				:	bold;
}
a:link
{
	color					:	#cc6600;
}
a:visited
{
	color					:	#cc6600;
}
a:hover
{
	color					:	#990000;
	text-decoration			:	underline;
}
a:active
{
	color					:	#dd0000;
	text-decoration			:	underline;
}


a.Room:link
{
	color					:	#666666;
}
a.Room:visited
{
	color					:	#666666;
}
a.Room:hover
{
	color					:	#cc0000;
	text-decoration			:	underline;
}
a.Room:active
{
	color					:	#dd0000;
	text-decoration			:	underline;
}

