.normal {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : Black;
	text-decoration : none;
}

.bokning{
	border : 1px solid Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : Black;
	text-decoration : none;
	height : 10px;
	line-height : 15px;
}

a:hover    {
	text-decoration: underline;
	color: #9D129D;
}
a:visited {
	text-decoration: none;
	color: #9D129D;
}
a:link  {
	text-decoration: none;
	color: #9D129D;
}
a:active {
	text-decoration: underline;
	color: #9D129D;
}
