﻿h1 {
	font-size:24px;
	text-align:center;
	font-weight:bold;
	padding-top:10px;
}



table {
	width:800px;
	margin:20px auto;	
	
}

th, td {
	padding:7px 10px 10px 10px;
	text-align:center;
	border:2px solid black;

}

th {
	font-weight:bold;
}


#announce {
  border-radius:10px;
	width:640px;
	background-color:blue;
	padding:10px;
	margin:10px auto;
	
}

#announce p {
	color:white;
	font-size:24px;
	text-align:center;
	
}