body {
  background-color: #ffffff;
	background-image: url("cyclingmontage.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: 0% 0%;
	margin-left:370px;
	margin-right:370px;
	color:#c2c4bf;
}

h1 {
  	font-family: serif;
  	font-weight: 100;
  	color: #3e413a;
  	font-size: 60px;
}

h2 {
	font-family: serif;
	font-weight: 100;
	color: #3e413a;
	font-size: 45px;
}
h4 {
	font-family: serif;
	font-weight: 100;
	color: #3e413a;
	font-size: 16px;
}

a:link, a:visited, a:active { 
 	color: #5e615b;
	font-size:14px;	
  	text-decoration: none;
}

a:hover {
  	color: #8f918d;
	font-size:14px;
  	text-decoration: underline;
}


#copy {
  font-size: 0.75em;
}

#links {
	font-family: serif;
  	font-size: 25px;
}
li{
	list-style-type:none;
	font-family:Times New Roman;
	font-size:22px;
	color: #3e413a;
}

ul{
	margin-left:40px;
	padding-left:0px;
}

p{
	font-family:Times New Roman;
	font-size:12px;
	color: #3e413a;
}
