body {
	background-color: #fcf8e2;
	font-family: 'Philosopher';
	font-size: 18px;
	color: #59255A;
	margin: 0;
}
a#kurs {
	display: block;
	margin-top: 8px;
	text-decoration: none;
	font-family: 'Philosopher';
	font-size: 26px;
	color: #AF0310;
}
a#kurs:visited {color: #AF0310;}
div#welcome {
	font-family: 'Philosopher';
	font-size: 32px;
	color: #0080C0;
	margin-top: 12px;
	margin-left: 20px;
	width: 600px;
	text-align: center;
}
#login {
	float: left;
	margin-top: 8px;
	margin-left: 60px;
}
#logout {
	float: right;
	width: 100px;
}
div#text {
	float: left;
	clear: both;
	margin-left: 70px;
	margin-top: 20px;
	width: 428px;
	text-align: left;
	padding: 16px;

	background-color: #FFFFFF;
	border: inset #7A2E33;
	
	border-color: #CDD5DC #242E35 #242E35 #CDD5DC;
	border-radius: 8px;

}
div#text h2 {
	font-weight: normal;
	font-size: inherit;
	text-align: center;
}

div#text a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFD98A;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	border: inset;
	border-color: #92A9C2;
	padding: 4px;
	border-radius: 18px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	background-color: #576C7D;
}
div#text a:visited {
	color: #FFD98A;
}
div#ram {
	float: left;
	padding: 8px;
	background-color: #B79351;
	border: inset #7A2E33;
	margin-top: 20px;
	width: 448px;
}
div#priser {
	border: double #7A2E33 3px;
	background-color: #FAFAFA;
	padding: 20px;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}
div#priser img {
	margin-right: 20px;

}

canvas {
	background-color: #fcf8e2;
	float: left;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
} 

table {
	border: groove;
	padding: 8px;
	border-spacing: 4px;
	float: left;
	background-color: #889CAC;
	margin-top: 20px;
}

table#drag {
	clear: left;
	
	margin-left: 16px;
}
table#notrejs {

	margin-left: 25px;
}


th.rubrik {
	color: white;
	letter-spacing: 6px;
}

td {font-family: Arial, sans-serif;
	font-size: small; 
	background-color: #576C7D;
	padding: 5px;
	border: 1px solid;
	border-color: #CDD5DC #242E35 #242E35 #CDD5DC;
	border-radius: 4px;
	color: white;
	
}

td a {
	text-decoration: none;
	font-weight: bold;
	color: #FFD98A;
}
td a:visited {
	color: #FFD98A;
}


.jag {color: #FFFC79;}

h2#roliga {
	font-family: 'Philosopher';
	font-size: 30px;
	color: "#0080C0";
	position: absolute;
	left: 80px;
	top: 136px;
}
