html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	color: rgb(130,30,20);
	background-color:  rgb(255,255,193);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 140px 50px;
}

h1 {
	margin: 12px;
	padding: 0px;
	font-size: 16pt;
	font-weight: 400;
	background-color: rgb(255,255,193);
	text-align: center;
}

ul#spike_list {
	position: absolute;
	top: 50px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li#spike1 {
	margin-top: 10px;
	margin-left: 155px;
}

li#spike2 {
	margin-top: 45px;
	margin-left: 533px;
}

li#spike3 {
	margin-top: 92px;
	margin-left: 109px;
}

li#spike4 {
	margin-top: 165px;
	margin-left: 175px;
}

a {
	color: rgb(130,30,20);
	text-decoration: none;
}

a:hover {
	color: rgb(213,120,58);
	text-decoration: underline;
}


