/*
Stuart Neilson
*/

/* Rainbow white bisque tomato firebrick darkred */

/* Single page layout */

* {
	margin: 0;
	padding: 0;
}
body {
	background: bisque;
	border: 10px solid tomato;
	padding: 5%;
	color: black;
	font-family: Times New Roman, serif;
}
#footer {
	clear:both;
	line-height:39px;
	color: darkred;
	font-size:0.9em;
	padding:0 1em;
}

/* General */
h1, h2, h3 {
	color: firebrick;
}
p, ul {
	padding-bottom:1em;
}
hr {
	color: darkred;
	background-color: firebrick;
	width: 80%;
	height: 5px;
	margin-top: 0.3em;
	margin-bottom: 1em;
}
ul {
	margin-left:1.2em;
}
a {
	color: darkred;
}
a:visited {
	color: tomato;
}
a:hover {
	background-color: dodgerblue;
}
/* Content */
#content img, #content object {
	max-width:480px;
}
