header {
	color: black;
	font-family: Tahoma;
}

title {
	color: black;
}

body {
	background-color: #F0F0F0;
	text-align: center;
	font-family: Tahoma;
}

.indexButton {
	background-color: white;
	cursor:pointer;
	color:black;
	font-size:39px;
	width:100%;
	height:218px;

}

.aboutButton {
	background-color: white;
	cursor:pointer;
	color:black;
	align: center;
	width: 150px;
	height: 25px;
}

.secondaryLink {
	color: red;
}

.pure-menu li a:hover, 
.pure-menu li a:focus {
	background: red;
	color: white;
}

h1 {
	text-size: 40px;
	color: black;
	
}

h2 { 
	text-size: 18px;
	
}

h3 {
	text-size: 16px;
}

h4 {
	text-size: 14px;
}

p {
	text-size: 14px;
	color: #6E6568;
	
}

ul {
	display: inline;
	list-style-type: none;
	
}

a {
	color: white;
	text-decoration:none;
}

footer {
	color: #F6D55D
	position:absolute;
	bottom:0;
	
}

