/*This Style Sheet is to set the Links Style*/
a:link
	{
		color:blue;
		background-color:inherit;
		font-family: inherit;
		font-size: inherit;
		font-weight: inherit;
		margin:0px;
		text-decoration:none;
	}
a:visited
	{
		font-family: inherit;
		font-size: inherit;
		font-weight: inherit;
		color:purple;
		background-color:inherit;
		margin:0px;
		text-decoration:none;
	}
a:hover
	{
		font-family: inherit;
		font-size: inherit;
		font-weight: inherit;
		text-decoration:underline;
		margin:0px;
	}
/*a:active
	{
		color:gray;
		background-color:inherit;
		font-family: inherit;
		font-size: inherit;
		font-weight: inherit;
		margin:0px;
	}*/

/* --------------------- LINKS IN LISTS ----------------------*/

.bookinglist a:link {
	color:blue;
	background-color: inherit;
}

.bookinglist a:visited {
	color:purple;
	background-color: inherit;
}

/* -------------------END LINKS IN LISTS --------------------*/
