h1{ 
font-family: Stencil;
text-align: center;
font-size: 60px;
color: #800000;
}

h2{
	font-family: stencil;
	color: #800000;
	font-size:50px;
}

p{
	font-family: courier new;
	color: white;
	font-size:22px

}

body{
	background-color: f9e4bc;
}
.button{
background-color: 000080;
color: white;
padding: 26px 38px;
text-align: center;
display: inline-block;
text-decoration: none;
font-size: 18px;
cursor: crosshair;
font-family: verdana;
border-radius: 15px;
border: 4px solid grey;
}

.button:hover{
background-color: 800000;
font-family: stencil;
font-size:27px;
box-shadow: 0 20px 14px 0 #333333;
}

table { 
border: 7px solid grey;
border-radius:10px;
border-collapse: collapse;
width:80%;
height: 50%;
margin-left:auto;
margin-right:auto;
}

tbody,td{
font-family: courier new;
font-size: 16px; 
color: # white;
border: 7px solid grey;
border-radius:10px;
border-collapse: collapse;
}

th{
font-family: Stencil;
font-size: 30px; 
color: #800000;
border: 7px solid grey;
border-radius:10px;
border-collapse: collapse;
}

tbody tr:hover{background-color:white; color: blue}

tbody tr:nth-child(odd){background-color:#800000;color:white;}

tbody tr:nth-child(even){background-color:#000080; color: white}



a:link{
	text-decoration: none;
	color: white;
	text-align: center;
	font-family: tahoma;
	font-size: 18px;
}

a:visited{text-decoration: none;
	color: white;
	text-align: center;
	font-family: tahoma;
	font-size: 18px;
}



