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

body {
	font-weight: bold;
	font-family: Helvetica, Arial Bold, Monaco, Verdana, Courier New, monospaced; 
	font-size: 60px;
}

a {

	color: black;
	text-decoration: none;

}


#previous a:hover, #next a:hover, #contentarea a:hover { 

	color:red
	
}

a:visited { 
	
}

a:hover {

	color: grey;
	
}

#about {

	position: fixed;
	top: 0px;
	left: 10px;
	padding: 10px;

}

#cameronsmith {
	position: fixed;
	width: 100px;
	top: 10px;
	left: 50%;
	margin-left: -50px;
	text-align: center;
	
}

#contact {

	position: fixed;
	right: 10px;
	top: 0px;
	padding: 10px;

}

#contentarea {

	a:hover:underline;
	font-weight: normal;
	font-family: Monaco, Verdana, Courier New, monospaced; 
	font-size: 10px;
	width: 630px;
	margin: 40px auto;
	padding-top: 30px;
	text-align: center;
	*border: 1px solid red*

}


#next {

	position: fixed;
	right: 10px;
	bottom: 0px;
	padding: 10px;

}

#previous {

	position: fixed;
	bottom: 0px;
	padding: 10px;

}
