/* CSS för Quizet */

.tl
{
    border: 8px ridge #FFEEAA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tlrubr
{
	font-variant: small-caps;
	font-weight: bolder;
	font-size:12px;
	letter-spacing: 2px;
	line-height: 140%;
	background-color:#EEEECC;

}
.tlres
{
	font-weight: bold;
	font-size:12px;
	background-color:#FFFFC0;
	line-height: 80%;
}
.tlres:hover
{
	background-color:#CCFF99;
}

.tlbott
{
	font-weight: bold;
	line-height: 110%;
}
.klrad
{	
	font-weight: normal;
	line-height: 140%;
	border-bottom:1px dotted #909090;
}


/* QUIZZET*/
.ql
{
	border-top: 6px solid #9F9070;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	border-bottom: 6px solid #9F9070;
	font-size:14px;
	color:#000000;
}

.qlrubr
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	background-color:#E9E9C9;
	font-size:14px;
	color:#000000;
}

.qlres
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color:#FFFFC0;
	font-size:14px;
}

.qlbott
{
	font-weight: bold;
	line-height: 110%;
}

.qlank
{
    white-space: nowrap;
    font-weight: bold;
    font-family: Trebuchet MS, Geneva, Tahoma, Arial;
	text-decoration:none;
	cursor:pointer;
	font-size:14px;
	letter-spacing:0px;
	color: #000000;
}

a.qlank:visited,
a.qlank:link
{
	background: transparent;
}

.qlank:hover,
a.qlank:hover,
a.qlank:active
{
	color: #000000;
    background-color:#FFFFA0; /* Bakgrundsfärg ovanför länkarna*/
}
