body		{
			margin: 0;
			border: 0;
			padding: 0;
			background-color: black;
			color: white;
			font-family: arial, sans-serif;
			overflow: auto;
		}

#header_info	{
			display: table;
			border-collapse: collapse; 
			width: 100%;
		}

#header_line	{
			display: table-row;
			width: 100%;
		}

#header_data	{
			display: table-cell;
			padding: 5;
		}

#footer_info	{
			display: table;
			border-collapse: collapse; 
			width: 100%;
		}

#footer_line	{
			display: table-row;
		}

#footer_data	{
			display: table-cell;
			padding: 5;
		}

a:link		{
			color: #DDDDDD;
			text-decoration: underline;
		}

a:visited	{
			color: #BBBBBB;
		}

a:hover		{
			color: white;
			text-decoration: underline;
		}

a		{
			outline: 0;
		}

a:link img	{
			border: none;
		}

a:visited img	{
			border: none;
		}

a:hover img	{
			border: none;
		}

#image		{
			text-align: center;
			vertical-align: middle;
			outline: 0;
		}

.fail		{
			padding-top: 8;
			color: #DD0000;
			font-weight: bold;
			text-align: justify;
		}

.success	{
			padding-top: 8;
			color: #00DD00;
			font-weight: bold;
			text-align: justify;
		}
