body {
	background: black;
	color: white;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

a {
	color: yellow;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	display: block;
    width: 100%;
    height: auto;
}


.me {
	max-width: 600px;
	margin: 0 auto;
}

h1 {font-weight: normal; font-size: 20px;}

.center {
	text-align: center;
}

.gjhead {
	max-width: 550px;
	padding: 0 25px;
	margin: 0 auto;
}

p {line-height: 1.4em;}

ul {
	list-style-type: none;
	margin:0 auto;;
	padding:0;
	line-height: 1.7em;
}

ul li {
	display: inline-block;
}

ul li:after {
	content: " | ";	
}

ul li.last:after,
ul li:last-child:after {
	content: none;
}