h1{ 
	font-family:Tahoma;
	color:FF2B9C; 
	text-align:center 
} 

p{font-family: century gothic;
color:red;}

img{ 
	width:200px; 
	height:200px;
	border:1px solid red;
	border-radius: 10%;
	
}

table,td{
border:5px solid hotpink;
border-collapse:collapse;}
tbody tr:nth-child(even){background-color:FF8A97}
tbody tr:nth-child(odd){background-color:lightpink;}

a:link{ 
color: red; 
	font-family:tahoma; 
}  

.button{ 
	background-color:FF8AD4; 
	color:red;
	padding:15px 32px; 
	text-decoration: none;
	display: inline-block; 
	font-size: 16px; 
	cursor: pointer;
	font-family:Tahoma;
	border: 2px dotted red;
	border-radius:8px;
	
} 
body{ 
	background-color:#FFCFED; 
}
h3{font-family:Tahoma;
	color:red; 
text-align:center }
th{font-family:Tahoma; 
color:#C91C50;} 
td{font-family: century gothic; 
color:91004F;}