body{
	background-color: #000000;
	font-family: monospace;
	font-size: 12px;
	color: #00dd00;
}

h1{
	font-family: monospace;
	font-size: 16px;
	color: #dddddd;
}

h2{
	font-family: monospace;
	font-size: 14px;
	color: #dddddd;
}

h3{
	font-family: monospace;
	font-size: 13px;
	color: #dddddd;
}

a{
	font-family: monospace;
	font-size: 12px;
	color: #0088dd;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


.code{
    background-color: #202020;
    border: solid 1px green;
    color: lightgray;
    margin-left: 40px;
    margin-right: 40px;
}