@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #240C0C;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 10px;
}
a:link {
}
a:visited {
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
.mortenramme {
	height: 200px;
	width: 300px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FF9900;
}
.joker {
	height: 200px;
	width: 300px;
	border-left-style: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}
.bjornar {
	height: 200px;
	width: 300px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FF9900;
}
.arvid {
	height: 200px;
	width: 300px;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-width: 2px;
	border-left-color: #FF9900;
}

