body {
	background: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #222;
}

h1 {
	font-size: 32px;
	margin: 4px;
}

table {
	width: 100%;
	font-size: inherit;
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #888;
	margin: 0 0 8px 0;
}

td {
	font-size: inherit;
}

.timeline td {
	vertical-align: top;
	padding: 8px;
}

.container {
	background: #eee;
	padding: 8px;
	margin: 0 auto;
	width: 960px;
}

.projects td {
	vertical-align: top;
	width: 25%;
	padding: 4px 4px 12px;
}

.projects a {
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	color: #244;
}

.projects a img {
	margin: 4px 4px 8px;
}

.projects .platform {
	color: #888;
	margin: 2px 0 4px 0;
	font-size: 12px;
}

.contact {
	text-align: center;
}

.contact a {
	text-decoration: none;
	color: #222;
	padding: 8px;
}

.contact a:hover {
	text-decoration: underline;
}

.contact a:visited {
	color: #bbb;
}

.red_text {
	color: #f00;
}

.backbutton {
	position:fixed;
	color: #666;
	background: #ccc;
	top: 8px;
	right: 8px;
	padding: 4px;
	font-weight: bold;
	text-decoration:none;
}

.backbutton b {
	color: #48f;
}

.backbutton:hover {
	background: #fff;
}

.round {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}