A	{
	text-decoration:none;
	color:black;
    }

body{
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
    }

TABLE	{
	border-spacing: 50px;
	}

.tablecenter {
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
    }

.buttd	{
	line-height: 1.5;
	font-size: large;
	text-align: center;
	background-color: #B2905E;
	padding: 10px;
	border-radius: 0.6em;
    }

SPAN.errtd	{
	line-height: 1.5;
	font-size: large;
	text-align: center;
	background-color: orange;
    }

TD.errtd	{
	line-height: 1.5;
	font-size: large;
	text-align: center;
	background-color: orange;
	padding: 10px;
	border-radius: 0.6em;
    }

A.errtd	{
	color: blue;
	}
