/* http://www.w3.org/TR/REC-CSS1 */

BODY, H1 {
	color:	#00D000; 
	background-color: #000000;
	margin: 5pt;
	font-family: "noto-mono", "Courier", monospace; 
	line-height: 150%;
	background-image: url(vmesa.png);
	background-position: 15px 15px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	word-spacing: 1em;
	caption-side: left;
}

A:link, A:visited {
	color: #000000;
	padding: 0pt 0pt 0pt 0pt;
	text-decoration: none;
	font-weight: bold;
}

A:link {
	background-color: #00FF00;
}

A:active {
	color: #00FF00;
	background-color: #000000;
}

A:visited {
	background-color: #00C000;
}

P {
	text-indent: 0pt;
	line-height: 100%;
	margin: 0pt;
	white-space: pre;
	font-family: Courier, monospace; 
}

P.strike {
	text-decoration: line-through
}

LI.online {
	color: #0f0;
	font-weight: bold;
}

LI.offline {
	color: #080;
}

H1, H2, H3, H4, H5, H6 {
	font-weight: normal;
	font-family: Courier, monospace; 
	font-size: 16pt;
	margin: 0pt;
}

H1 {
	white-space: pre;
}

OL {
	text-indent: 0pt;
	line-height: 150%;
	margin: 0pt;
	list-style-type: upper-alpha;
}

HR {
	color: #00FF00;
	background-color: #00D000;
	margin: 0pt 0pt 0pt 0pt;
}

EM {
}

ADDRESS {
	font-style: normal;
}

