table.red {
	border:1px #ff0000 solid;
		}
table.blue {
	border:2px #0000ff solid;
		}
table.gray {
	border:1px #eeebeb solid;
		}

table.kurv {
	border-style: solid;
	border-top-color:#8080ff;
	border-top-width: 1px;
	border-right-color:silver;
	border-right-width: 2px;
	border-bottom-color:blue;
	border-bottom-width: 3px;
	border-left-color:blue;
	border-left-width: 1px;
	background: lightgrey;
	color: marine;
		}
td.kurv12	{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: 500;
	color: #ffffc0;
		}
