span.quoted-right {
	display: block;
	float: right;
	padding: 0 0 0 10px;
	margin: 5px 0 10px 10px;
	width: 200px;
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: right;
	color: #666;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
}

span.quoted-left {
	display: block;
	float: left;
	padding: 0 10px 0 0;
	margin: 5px 10px 10px 0;
	width: 200px;
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: left;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
}

span.enc-keycap:after {
	content: \20E3;
}

div.left-aligned {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	margin:0;
	padding:10px 10px 5px 0;
}

div.right-aligned {
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	margin:0;
	padding:10px 0 5px 10px;
}

div.left-aligned img,
div.right-aligned img {
	margin: 0;
}

div.left-aligned a:hover,
div.right-aligned a:hover {
	color:#fff;
	background:#000;
}

body {
	background: #fefefe;
}

.celavest_content a:link {
	color: red;
}

a:has(img):hover {
	background-color: transparent;
}

a.imglink:hover {
	background-color: transparent;
}

#header {
	position: relative;
}

.m-menu {
	display: none;
	width: 86px;
	height: 86px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("./IMAGES/menu.png");
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

