body {
	background-color: lemonchiffon;
	color: darkmagenta;
	margin: 0;
	padding: 10px;
	width: 1200px;
	background-image: url("../pics/TLU_logo_uks_h100.png");
	background-repeat: no-repeat;
	background-position: 1300px 10px;
	background-attachment: fixed;
	}
	
h1, h2,h3 {
	color: #f65e00;
	/*text-decoration: underline overline line-through; */
	text-decoration: underline overline;
}
h1 {
	font-size: 34pt;
	font-style: oblique;
	font-weight: 500;
	text-shadow: 0 0 10px #f65e00;
	text-align: center;
}
	
main {
	font-family: verdana, calibri, sans-serif;
}

section {
	border-width: 5px;
	border-style: solid;
	border-color: gold;
	padding: 20px;
	margin-top: 10px;
	border-radius: 20px;
	box-shadow: 0 0 10px gold, 0 0 20px gold inset;
}

a:link {
	color: fuchsia;
}
a:visited {
	color: lime;
}
a:hover {
	color: red;
	font-weight: 500
	text-decoration: underline overline;
}
a:active {
	color: green;
	font-weight: 600;
}

canvas {
	background-color: white;
	border: 1px solid black;
}