h1{
	font-family: elephant;
	text-align: center;
	color: 0000C9;
	font-size: 45px;
	text-shadow: 0px 0px 8px white;
}
.strokered{
	-webkit-text-stroke: .25px red;
	text-decoration:none;
}
.strokeblue{
	-webkit-text-stroke: .25px 0000C9;
}
h2{
	font-size: 35px;
	text-align: left;
	font-family: impact;
	color: D90000;
	text-shadow: 0px 0px 8px white;
}
p{
	text-align: left;
	color: white;
	font-size: 15px;
	font-family: arial;
}
body{
	background-color: 575757
}
.HolidayPics{
	display: block;
	margin: auto;
	width: 200px;
}
.Button{
	background-color: E80000;
	color: white;
	padding: 35px 35px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	font-family: arial;
	box-shadow: 5px 5px 10px 0 blue;
	border-radius: 75px;
	border: 3px solid white;
	font-size: 15px;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.Button:hover{
	padding: 40px 40px;
	text-size: 25px;
}
a:link{
	text-decoration: underline;
	color:white;
	font-size: 15px;
	font-family: arial;
	text-align: center;
	transition: all .3s ease-in-out;
}
a:hover{
	font-size: 16px;
}
a:visited{
	text-decoration: underline;
	color:white;
	font-size: 15px;
	font-family: arial;
	text-align: center;
}
td, th{
	color:white;
	border: 5px solid black;
	padding: 10px;
}
th{
	font-size: 25px;
	font-family: elephant;
	color: 0000C9;
	background-color:lightgrey;
}
table{
	border-collapse: collapse;
	text-align:center;
	margin: auto;
}
tr:nth-child(even){
	background-color:darkblue;
}
tr:nth-child(odd){
	background-color:red
}