body{
	color: white;
	background-color: black;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 100%;
}

h1{
	color: rgb(0, 255, 0);
	font-size: 1.3em;
	font-weight: normal;
}
  		
div.normal{
	color: white;
	font-family: Arial, Verdana, Sans-serif;
	text-align: justify;
}
  		
code{
	color: rgb(0, 255, 0);
	font-family: "Lucida Console", "Courier New", "Monospace";
	white-space: pre;
}

p.quote{
	color: rgb(255, 255, 170);
	font-family: "Times New Roman", Georgia, Serif;
	margin-left: 30px;
	font-size: 1.05em;
}
  		
p.signature{
	color: white;
	font-family: Arial, Verdana, Sans-serif;
	white-space: pre;
	font-size: .8em;
}

a:link{
	text-decoration: none;
	color: rgb(0, 255, 255);
}

a:visited{
	text-decoration: none;
	color: rgb(0, 127, 127);
}

a:hover{
	text-decoration: underline;
}

a:active{
	text-decoration: underline;
	color: rgb(255, 0, 0);
}
