
thead
	{color:green;
	font-family:; 
	font-size: 20px;
	text-shadow: 2px 2px 2px red;
	background-color:Blue;
	text-align: Center
	}
	
a{ color:red;
	font-family:comic sans ms;
	text-decoration:none;}
Table, td, th{
	border: 5px solid green;
	border-collapse: collapse;

img{border:10px groove grey;
border-radius: 10px;
opacity:.5 ;


}

img:hover{
	opacity: 1;
	border: 5px solid blue;
	border-radius: 1px
	transition: opacity .30s ease;
}

.button{
	background-color: black ;
	color: light blue;
	padding: 10px 5px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
}

.button:hover{
	border: 0px solide blue;
	font-size: 20px;
	color: blue;
	box-shadow:0 8px 16px 0 rgba(0,0,0,0.6)};