h1{
	font-family: elephant;
	color: #986FF7;
	text-align: center;
	font-size: 55px;
	text-shadow:-2px 3px 9px #87DFFF;}
h2{
	font-family: tahoma;
	color: #D468AD;
	font-size:20px;}
body{
	background-color: #FFFDC4;}
p{
	font-family: tahoma;
	color: black;
	text-align: center;}
.button{
	background-color: #8F87FF;
	color: white;
	padding: 15px 45px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 45px;
	cursor: help;
	font-family: century gothic;
	border: 3px solid black;
	border-radius: 25px;
	box-shadow: 0 12px 19px 0 #FF87F9}
	
.button:hover{
	padding: 18px 48px;
	font-size: 48px;
	background-color: #87DFFF;}
	
thead{
	color:white;
	text-align:center;
	font-family:tahoma;
	font-size: 35px;
	text-shadow: 2px 2px 3px #00F5E8;
	background-color: #8F87FF;}
	
tbody{
	color: #EB1A8F;
	background-color: #C4FEFF;
	font-family: century gothic;
	font-size: 20px;}
	
table{
	width:80%;
	margin-left:auto;
	margin-right:auto;}

table, td, th{
	border:7px groove #FFD42B;
	border-collapse: collapse;}
	
tbody tr:nth-child(even){
	background-color: #9BE5FA;}
	
img{
	border:7px groove #FFD42B;
	width: 250px;
	border-radius: 25px;
	opacity:0.75;
	margin-right: auto;
	margin-left: auto;}

img:hover{
	opacity:1.0;
	border:7px groove #FF2BC6;
	transition: opacity .30s ease;}

a:link{
		color:white;
		font-family:tahoma;}

v:link{
		color: #66D4CD;
		font-family:tahoma;}
	