

p {
	color: indigo;
	font-family: Monaco;
	font-size: 20px;
}

p.heading {
	color: blue;
	font-family: Monaco;
	font-size: 60px;
}

body {
	background-color: #D53620;
}

div.linkbutton {
	background-color: #CCCCCC;
	width: 200px;
	text-align: center;
	font-size: 40px;
	position: relative;
	margin-left: -102px;
	left: 50%;
	border-width: 2px;
	border-color: black;
	border-style: solid;
}

div.linkbutton:hover {
	background-color: #EEEEEE;
	border-width: 2px;
	border-color: black;
	border-style: solid;
}

div.linkbutton2 {
	background-color: #CCCCCC;
	width: 15%;
	height: 36px;
	text-align: center;
	font-size: auto;
	border-width: 1%;
	border-color: black;
	border-style: solid;
	float: left;
	margin-top: -2.2px;
}

div.linkbutton2:hover {
	background-color: #EEEEEE;
	border-width: 2px;
	border-color: black;
	border-style: solid;
}

div.navigate {
	background-color: #FF9790;
	width: 60%;
	height: 36px;
	padding-left: 10%;
	padding-right: 10%;
	margin-left: -30%;
	margin-top: 20px;
	margin-bottom: -70px;
	position: relative;
	left: 39.5%;
	border-width: 5px;
	border-color: #000000;
	border-style: solid;
	border-radius: 20px;
	text-align: center;
	position: relative;	
}

div.buttons {
	margin-left: -30%;
	position: relative;
	left: 39.5%;
}

div.main {
	background-color: #FF9790;
	width: 60%;
	padding-left: 10%;
	padding-right: 10%;
	margin-left: -30%;
	margin-top: 40px;
	position: relative;
	left: 39.5%;
	border-width: 5px;
	border-color: #000000;
	border-style: solid;
	border-radius: 20px;
	text-align: center;
}

div.main2 {
	background-color: #FF9790;
	width: 60%;
	padding-left: 10%;
	padding-right: 10%;
	margin-left: -30%;
	margin-top: 80px;
	position: relative;
	left: 39.5%;
	border-width: 5px;
	border-color: #000000;
	border-style: solid;
	border-radius: 20px;
	text-align: center;
}

img {
	width: 60%;
	height: auto;
	border-width: 5px;
	border-color: #000000;
	border-style: solid;
}

img.l {
	width: 80%
}