<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General element-specific declarations */

html {
	xmargin: 100px 100px 180px 180px;
	background-color: black;
	color: white;
	font-family: arial;
}

a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a:hover {
	color: rgb(255,215,150);
}

/* Show/hide section */
div#intro {
	xdisplay: none;
}

div#modules {
	xdisplay: none;
}

div#sounds {
	xdisplay: none;
}

div#usbtocv {
	xdisplay: none;
}

/* Basic area declarations */
div.title {
	position: absolute;
	float: left;
	padding-top: 10px;
	width: 800px;
	font-size: 50px;
	letter-spacing: 30px;
	text-align: center;
	border-bottom: 1px white dotted;
	padding-bottom: 10px;
	background-color: black;

	margin-left: -150px;
	xdisplay: none;
}

html &gt; body div.title {
	margin-left: 100px;
}

div#dwarf {
	position: absolute;
	margin-top: 230px;
	font-size: 10px;
	color: rgb(60,60,60);
	font-style: italic;
	letter-spacing: 2px;

	margin-left: -200px;
}

html &gt; body div#dwarf {
	margin-left: 40px;
}

div.menu {
	position: absolute;
	float: left; 	        		
	xmargin-left: -170px;
	margin-top: 100px;
	border-right: 1px white solid;
	width: 150px;
	height: 200px;
	padding-top: 20px;

	margin-left: -230px;
}

html &gt; body div.menu {
	margin-left: 10px; 	        	
}

div.menuitem {
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
}

div.submenuitem {
	padding-left: 20px;
	font-size: 12px;
}

div.submenuitem a {
	font-weight: normal;
}

div.copyleft {
	position: absolute;
	float: left;
	text-align: justify;
	font-style: italic;
	font-size: 9px;
	margin-top: 350px;
	color: rgb(200,200,200);

	margin-left: -200px;
}

html &gt; body div.copyleft {
	margin-left: 40px; 	        	
}

/* General specific declarations */
div.center {
	text-align: center;
}

div.justify {
	text-align: justify;
}

div.body {
	width: 520px;
	xmargin-left: 60px;
	margin-left: 240px;
	padding-top: 100px;
	margin-bottom: 150px;
}

img {
	border: none; 	        	
}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: none;
}

img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: none;
}
 	        	
a.strike {
	text-decoration: line-through;
}

div.comment {
	font-size: 10px;
	font-style: italic;
	color: rgb(180,180,180);
	margin-top: 30px;
}

div.red {
	color: red;
}

/* Information-specific declarations */
table.gallery {
	width: 520px;
}

table.gallery img {
	width: 115px;
	border: none;
}

table.gallery tr td {
	border: 1px rgb(100,100,100) dotted;
	text-align: center;
}

div#panelmodules {
	padding-top: 40px;
}

ul#modules {
	margin-left: 0px;
	padding-left: 15px;
	list-style: square;
}

ul#modules li {
	padding-bottom: 5px;
	font-size: 12px;
}

div.intro {
	font-weight: bold;
	letter-spacing: 10px;
	margin-bottom: 25px;
}

div#calle {
	padding-top: 20px;
}

div#calle img {
	xborder: 1px rgb(80,80,80) dashed; 	        	
}

div.imagetext {
	color: rgb(100,100,100);
	padding-top:0px;
	margin-top:-2px;
	font-size: 10px;
	font-style: italic;
	xmargin-left: 130px;
	float: right;
	margin-right: 62px;
}

img.small {
	width: 25%;
}

div.botdotted {
	border-bottom: 1px white dotted;
}

a#pornography {
	
}

div.bold {
	font-weight: bold;
	letter-spacing: 5px;
	font-style: italic;
}

div.schematics {
	margin-top: +5px;
	margin-left: +10px;
	font-size: 12px;
}</pre></body></html>