h1 {
	color :  yellow;
	text-align : center;
	font-size : 80px;
	width: 100%;
	border-right: 2px solid red;
	border-left: 2px solid red;
	border-top:2px solid red;
	border-bottom: 2px solid red;
	margin-top:0; 
}
body{
	margin-left : 0;
	margin-right : 0;
	background-color : green;
	color:
}

table{
	border-collapse: collapse;
	border-color:#F2752C;
	border-width: 1px;
}
a:hover { color: #ffce0c ; font-size: larger; font-style: normal; text-decoration: none; }