body
{
	margin: 0;
	padding: 0;
	background-color: #c2c1c1;
	text-align: center;
  font-family: verdana;
  font-size: 12px;
}

table
{
  font-size: 12px;
}

.debug
{
border-bottom:1px dashed skyblue;
padding:3px;
}

.debugtxt
{
font-size:12px;
}

.debugstring
{
color:orange;
font-size:9px;
}

.debugerror
{
border-bottom:1px dashed red;
padding:3px;
}

.debugerrortxt
{
color:red;
font-size:12px;
}

.debugerrorstring
{
color:red;
font-size:12px;
}

.obligatory_field
{
  color: red;
}
/* test css */

