@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 16px;
	letter-spacing: .15em;
}

a:link, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
}


#title {
	font-size:30px;
}

#title img {
	padding-top:10px;
}

#menu {
	padding:20px;
	width: 600px;
	border-bottom: 2px solid #87e4c5;
}

#menu a:link {
	padding-left:10px;
	padding-right:10px;
}

#images {
	width:1000px;
}

#images img {
	padding:20px;
}

#images a:hover, a:visited, a:hover, a:active {
	text-decoration: none;
}

#text {
	width:500px;
	letter-spacing:.06em;
}

#contact {
	text-align:left;
	width:500px;
}

strike {
	color:#87e4c5;
	text-decoration:none;
}