body {
	background-color: #FFFFFF;
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
	font-size: small;
	}

a, img{
	outline: none;
	border: none;
}

a {
	text-decoration: none;
}

a:link {color: #333333;
}

a:visited {color: #333333;
}

a:hover {color: #CD0000;
}

a:active {color: #333333;
}

h1 {
	color: #666666;
}

h4 {
	margin-bottom: 0px;
}

#about, #work, #experience, #contact {	
	width: 557px;
	margin-bottom: 20px;
}

#container {
	width: 557px;
	height: 48px;
	margin-left: auto;
	}

#next {
	position: relative;
	float: right;
	margin-top: 10px;
	}

#previous {
	position: relative;
	margin-top: 10px;
	margin-left: 10%;
	}

#about.spacious, #work.spacious, #experience.spacious, #contact.spacious {
	margin-bottom: 75px;
}

#preload {
	position: fixed;
	left: -999px;
	top: -999px;
	visibility: hidden;
}

#who {
	font-weight: bold;
	}

div.exemplary {
	font-family: "Times New Roman", serif;
	font-size: larger;
	}