/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {  }
.updated {
	background: rgba(6,246,107,0.4);
	border: 4px solid midnightblue;
	color: black; 
    font-size: 23px;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	padding: 0px 0px;
	border-radius: 50px;
	width: 330px;
	height: 100px;
    }
.updated:hover {
	background-color: firebrick;
	color: white;
	border: 6px solid cornsilk;
}