* {
	padding: 0;
	margin: 0;
	list-style-type: none;
	border: 0;
	color: white;
	text-decoration: none;
	line-height: 18px;
}

body {
	font-family: Arial;
	font-size: 0.8em;
	background-color: black;
	text-align: center;
}

h3 {
	width: 285px;
	height: 29px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.blue {
	color: #00648c;
}

.light_grey {
	color: #676767;
}

#projects_wrapper .light_grey {
	color: #a1a4a9;
}

.strong_grey {
	color: #252525;
}

.blue a {
	color: #1692c3;
}

.strong_grey a {
	color: #252525;
}

.content {
	height: 100%;
	overflow: hidden;
}

#last_work_info p.more, p.more {
	text-align: right;
}

.more a {
	color: #00648c;
}

.more a:hover {
	text-decoration: underline;
}
