/* 
    Created on : 14.12.2023, 10:33:16
    Author     : jochen.bromberger
*/

		body {
			font-family: arial, sans-serif;
			font-size: 22px;			
		}
		a {
			color: blue;
			text-decoration: none;
		}
		a:hover, a:visited:hover {
			color: white;
			background-color: blue;
		}
		a:visited {
			color: blue;
		}
		#container {
			margin-top: 50px;
			margin-left: 50px;
		}
		img:hover, img:visited:hover {
			background-color: lightblue;
			border: 1px dashed red;
			padding: 5px;
		}