/* basic styles */
body {
	font-family: verdana, sans-serif;
	background-color: black;
        color: yellow;
}
h1 {
	background-color: #666666;
        color: yellow;
	text-align: center;
	border: solid;
	padding: 0.25em;
}
h2, h3, h4, h5, h6 {
	background-color: #555555;
	text-align: left;
	border: dashed;
	border-color: green;
	border-width: 1px;
	padding: 0.25em;
}
input, textarea {
	font-size: 1em;
}
a {
	text-decoration: none;
	color: limegreen;
}
a.target {
	color: limegreen;
}
a:hover {
	text-decoration: underline;
}
.undefinednode {
	color: red;
}
p { 
	line-height: 1.5em; 
	margin-top: 0.5em; 
	margin-bottom: 0.5em;
	/* text-indent: 2em; */
}
