body
{
	width: 1024px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	background-color: #0542a3;
}
#go
{
   margin-top: 30px;
   margin-bottom: 30px;
   text-align: center;
}
.element_menu 
{

   text-align: center;
   margin-bottom: 20px;
}
.element_menu h2
{
   color: #facc15;
   font-family: Times New Roman, "Arial Black", "Arial", Times, serif;
   text-align: center;
   margin-bottom: 20px;
}

.element_menu a
{
   color: #ffffff;
   font-size: 50px;
}
.element_menu a:hover
{
   background-color: #facc15;
   color: black;
}