﻿p 	{
	font-family: Comic Sans MS;
	font-size: 10pt;
	color: #412200;
	text-decoration: none;
	}
div.animate1{
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	}
div.animate1:hover{
	-moz-transform: scale(1.2); 
	-webkit-transform: scale(1.2); 
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	}

.but a:hover {font-size: 26pt}