h1{
	font-family: elephant;
	color: Black;
	font-size:55px;
	text-align: center;}

h1:hover{
	color:white;}

body{
	background-color: #FF82BC;}

p{
	font-family: elephant;
	font-size: 32px;
	color: white;}
tbody{
	color: Black;
	background-color: #82F9FF;
	font-family: elephant;
	font-size: 22px;}
	
table{
	width:70%;
	margin-left:auto;
	margin-right:auto;}

thead{
	color: white;
	background-color: blue;
	font-family: elephant;
	font-size: 35px;}
	
a:link{
	color:white;
	font-family:tahoma;}

v:link{
	color: red;
	font-family:tahoma;}
	
table, td, th{
	border:7px groove white;
	border-collapse: collapse;}

img{
	border:7px solid black;
	border-radius: 25px;
	margin-right: auto;
	margin-left: auto;}

ul{
	font-family: tahoma;
	font-size: 22px;
	color: white;}

.button{
	background-color: white;
	color: #FF82BC;
	padding: 15px 45px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 45px;
	font-family: century gothic;
	border: 3px solid black;
	border-radius: 25px;
	box-shadow: 0 12px 19px 0 #FF87F9}