body {
  background-color: #111;

  font-family:  Helvetica Neue, arial, sans-serif;
  font-weight: normal;
  font-size: 0.8em;
}

#footer, #footer a { color: #999; }
#logo { background: #111; }

#ih-container {
  text-align: center;
}

h1 {
	text-indent: -9000px;
}

#content {
  margin: 10px 150px 0px;
  text-align: center;
  min-width: 502px;
}

#logo {
  margin: 0px;
  padding: 10px 0px;
  height: 200px;
/*  border: 1px solid #131313; */
}

#announcement {
	color: #fff;
	font-size: 1.8em;
	padding: 30px 0px;
}

#linked_list {
	font-size: 1em;
	text-align: center;
	color: #999;
	padding: 2em;
}

#linked_list a {
	color: #eee;
}

#columns {
	text-align: center;
	margin-bottom: 3em;
	overflow: auto;
}

.column {
	float: left;
	display: inline;
	width: 33%;
	text-align: left;
}

.column p {
	text-align: left;
	margin: 0 0 2em;
	color: #999;
}

.column ul {
	padding: 1em 0;
	list-style-type: square;
	list-style-position: inside;
}

.column ul li {
	color: #999;
	padding: 0 0 .5em 0;
	font-size: 1em;
	
}

.column h2 {
	border-bottom: 1px solid #666;
	margin-right: 1em;
	color: #cf0;
	font-size: 1.6em;
}

.column h3 {
	color: #eee;
	font-size: 1.2em;
	padding-top: .5em;
}

#footer {
  padding: 2em;
  text-align: center;
  cursor: default;
}

a {
  text-decoration: none;
  border-bottom: 1px dotted #999;
}

a.img {
	cursor: auto;
	text-decoration: none;
	border: none;
}
