
p {
	color: red;
	font-family: arial;
}

p.fliffe {
	color: purple;
}

p.blue {
	color: black;
	margin-left: 5px;
	margin-left: auto;
       margin-right: auto;
	width: 800px;
	line-height: 1.5;
	
}	

p.MD {
  	margin-left: auto;
       margin-right: auto;
	width: 12em;
	color: DarkSlateGray;
	font-size: 30px;
}

img.centered {
	display: block;
	margin-left: auto;
       margin-right: auto;
}

.RDT {
	color: black;
	font-size: 20px;
}
.KEA {
	font-size: 20px;
	color: black;
}
body {
	background-color: #776600;
}
div {
	background-color: black;
	float: left;
	
}

a {
	text-decoration:none;
	font-family: arial;
	

}
.linkbutton {
	background-color: blue;
	color: black;
	float: left;
	height: 50px;
	width: 18%;
	text-align: center;
	margin-left: 21%;
	padding-top:10px;
	padding-bottom:15px;
	margin-top: 400px;
	border-style: solid;
}
.linkbuttonRDT {
	background-color: blue;
	color: black;
	float: left;
	height: 50px;
	width: 18%;
	text-align: center;
	margin-left: -18%;
	padding-top:10px;
	padding-bottom:15px;
	margin-top: 400px;
	border-style: solid;
	
}
.linkbuttonKEA {
	background-color: red;
	color: black;
	float: left;
	height: 50px;
	width: 18%;
	text-align: center;
	margin-left: 21%;
	padding-top:10px;
	padding-bottom:15px;
	margin-top: 400px;
	border-style: solid;
}
	
.linkbutton2 {
	
	background-color: #ff4500;
	float:left;
	font-family: arial;
	height: 50px;
	width: 18%;
	text-align: center;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 400px;
	border-style: solid;
}



.cave { 
	margin-left: 36.5%;
       margin-right: -50%;
	width: 20.5%;
	border-style:ridge;
	border-color:black;
	margin-bottom: 20px;
	margin-top: 20px;
	
	

}

.cave2 { 
	margin-left: 26.5%;
       margin-right: 0%;
	width: 20.5%;
	border-style:ridge
	border-color:black;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
	

}
.burton {
	margin-left: 7%;
       margin-right: -1%;
	width: 15.5%;
	border-style:ridge;
	border-color:black;
	margin-bottom: -300px;
	margin-top: 50px;
	float: left;

}
.linkbutton:hover, 
.linkbutton2:hover, 
.linkbuttonKEA:hover, 
.linkbuttonRDT:hover {
  border: 3px solid white;
}

