h1{
	font-family: Didot;
	color: red;
	text-align: center;
	font-size: 36px;
}

h2{
	font-family: Didot;
	text-align: left;
	color: orange;
	font-size: 24px;
}

p{
	font-family: tahoma;
	color: green;
	font-size: 18px;
	text-align: center;
}

body{
	background-color: brown;
}

img{
	width: 200px;
}

th{
	font-size:36;
	Color: green;
	background-color: #F7720A;
}

td{
	color: #164F0D;
	background-color: #B05F1E;
}
table{
	margin-left: auto;
    margin-right: auto;
	
}
table, td, th{
	border: 5px solid black;
	border-collapse: collapse;
	
}
/*
 img:hover{
	opacity: .5;
	border: 2px solid black;
	border-radius: 5px;
	transition: .5s ease-in-out;
	box-shadow: 5px 5px 1px black
}
*/

a:link{
		color:red;
		font-family: century gothic;
		text-decoration: underline;
		font-size: 18px;
}
a:visited{
	color:black;
	text-decoration: none;
	font-family: "century gothic";
	font-size: 12px;
}
	
a:hover{
	color:red;
	text-decoration: bold;
	font-size: 24px;
	transition: .5s ease;
}

.HolidayPics{
	display:block;
	margin:auto;
}

.button{
	background-color: orange;
	color: yellow;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	font-family: tahoma;
	border: 3px solid red;
	border-radius: 10px;
    margin-left: auto;
    margin-right: auto;	
}

.button:hover{
	background-color: black;
	font-size: 20px;
	border: 3px solid red;
	box-shadow:0 8px 16px 0 rgba(1000,1,1,1)
}

.home{
	width: 30;
	height: 30;
}