
body {
	/*background-color: #242424;*/
	background-color: #141414;
	/*background-color: #191B1D;*/
	font-size: 10pt;
	font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; 
	font-weight: normal;
	color: #ECECEC;
}

pre {
	display: block;
	font-weight: bold;
	text-align: left;/*right;*/
	white-space: pre;
}

.container {
	width: 384px;
	height: 188px;
        margin:	auto;
	margin-top: 15em;
	/*margin-top: 10em;*/
}

.links_container {
	text-align: right;
	margin-top: -1.6em;
	padding-right: 1.5em;
}

.photo_container {
	display: block;
	margin-top: 5em;
	margin-left: auto;
  	margin-right: auto;
        width: 60%;
}

.photo {
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
}

a:link, a:visited {
  	color: #ECECEC;
}

a:hover, a:active {
  	/*color: #1E4496;*/
	font-weight: bold;
}
