body {
	font-family: "Courier New", Courier, monospace;
	font-size:small;
	background-color:#2f2f2f;
	color:#c6c6c6;
}

h1,h2 {color:white}
h3 {color:#c6c6c6;
	margin-top:0px;
	margin-bottom:0px;}

h1 {margin-bottom:0px;}
h2 {margin-top: 5px;}
p {margin-top:0px;
margin-bottom:5px}
p.quote {font-size:small;}

a {text-decoration:none;}
a:visited {color:white;}
a:link {color:white;}
a:hover {text-decoration:underline;}

article {
padding:10px;
margin:5px;
border:2px solid black;
background-color:black;}

article.project {
	padding:5px;
	margin:5px;
	border:0px;
}
