@charset "utf-8";
/* CSS Document */
#lead h2 {
	font-size: 1.2em;
	margin-bottome: 0;
}

.menu {
	margin: 1px auto;
	width: 100%
}
.menu a {
	font-size: 90%;
	background-color: #063;
}
#header-image img {
	margin-bottom: 30px
}
#feed {
	border: solid 1px #000;
	padding: 16px;
	margin-bottom: 20px
}

#feed a.button {
	height: 3.0rem;
	background-color: #063;
}

#feed a{
	font-size: 90%;
	line-height: 180%;
}

p {
		line-height: 1.8em;
}


a {
	color: #063;
	text-decoration: none;
}
a img {
	border-style:none;
}


#footer {
	width: 100%;
	display: block;
	color: white;
	background-color: #063;
	padding: 5px 10px;
	text-align: right;
}

p.project {
	width: 320px;
}

