﻿body {
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	background:green;
	text-align: center;
	text-align-last: center;
}
h1 {
 font-family:Arial, Helvetica, sans-serif;
 color:yellow;
 text-align:center;
 font-size: 30px;
}

td{
	text-align:center;
	
}
a {
	font-weight: bold
}
a:link	{color:black; 
	text-decoration:none}
a:visited	{color:black ;
	text-decoration:none}
a:active	{color:yellow;
	text-decoration:none}
a:hover	{color:yellow;
	text-decoration:none}
	td.lang {
		font-weight: bold;
		color: gold;
		text-align:center;
	}