h1           { font-family: Lucida Sans; font-size: 18pt; color: darkorange; font-variant: small-caps }
h2           { font-family: Lucida Sans; font-size: 14pt; color: #fcf49d; font-variant: bold}
h3           { font-family: Lucida Sans; font-size: 12pt; color: #cc3ecc; }
td {
	padding: 1px;
	font-family: Tahoma;
	font-size: 10pt;
	color: #0286e6;
	border: 1px solid #f1c475;
	text-align: center
}
body		 {font-family: Tahoma; font-size: 10pt; color: #0286e6}

.loot		 {font-family: Lucida Sans; font-size: 8pt; color: #E3BE73}
.trap		 {font-family: Lucida Sans; font-size: 8pt; color: #d44e39}
.door		 {font-family: Lucida Sans; font-size: 8pt; color: #00ff00}
.cheese		 {font-family: Lucida Sans; font-size: 8pt; color: #0286e6}

a:link       { color: #c0c0c0 }
a:visited    { color: #606060 }
img 		 { border: 1px solid #f1c475 }

body {
     scrollbar-arrow-color: #E3BE73;
     scrollbar-base-color: #black;
     scrollbar-dark-shadow-color: black;
     scrollbar-track-color: cornflowerblue;
     scrollbar-face-color: #053787;
     scrollbar-shadow-color: black;
     scrollbar-highlight-color: cornflowerblue;
     scrollbar-3d-light-color: #E3BE73;
}

table {
	border: 1px solid #f1c475;
	border-collapse: collapse;
	width: 100%;
	padding: 1px;
	caption-side: top;
}
