body {
	background-color: #ccc;
	color: #111;
	font-family: helvetica, verdana, san-serif;
	font-size: 1em;
}

#content {
	min-height: 500px;
}

#head {
	
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #222;
	border: none;
	font-family: helvetica, verdana, san-serif;
	font-weight: bold;
}

a.head {
	font-size: 6em;
	color: #222;
	background: white;
	white-space: pre;
	text-decoration: none;
	padding-left: 0.02em;
	border-left: 50px solid #960;
	border-right: 30px solid white;
}

.red {
	color: #c00;
}

.mainLink {
	margin: 5em 0 0 0;
	width: 10em;
}

.mainLink a {
	background: white;
	border-right: 20px solid white;
	border-left: 20px solid white;
	font-size: 4em;
}

.mainLink a:hover {
	background: white;
	border-right: 20px solid white;
	border-left: 20px solid #960;
	font-size: 4em;
}

#work_div p {
	font-size: 4em;
}
#work_div p a {
	background-color: white;
	border-left: 20px solid white;
	border-right: 20px solid white;
}
#work_div p a:hover {
	background-color: white;
	border-left: 20px solid #960;
	border-right: 20px solid white;
}

#contact_div p {
	width: 30em;
	background-color: white;
	font-weight: bold;
	font-size: 2em;
	line-height: 1em;
}
#contact_div a {
	font-weight: bold;
	color: #c00;
}
#contact_div a:hover {
	font-weight: bold;
	color: #900;
}

#resume_div p {
	white-space: pre;
	width: 55em;
	background-color: #ffffff;
	font-family: "Lucida Grande",verdana,san-serif;
	font-weight: normal;
	font-size: 0.7em;
	line-height: 1.3em;
}
#resume_div p:first-line {
	font-size: 1.3em;
	line-height: 1.5em;
	font-family: futura,"Lucida Grande",verdana,san-serif;
}
#resume_div a {
	color: #c00;
	background-color: white;
}

#friends_div p {
	font-size: 1.8em;
}
#friends_div p a {
	background-color: white;
	border-left: 20px solid white;
	border-right: 20px solid white;
}
#friends_div p a:hover {
	border-left: 20px solid #960;
	border-right: 20px solid white;
}