﻿body *
{
	font: 10pt Verdana;
	color: #555555;
	}
	
body
{
	margin: 0;
	padding: 0;
}

table.content
{
	position: absolute;
	height: 100%;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	empty-cells: show;
}

table.content td 
{
	vertical-align: middle;
	text-align: center;
	}
	
table.content a
{
	color: Green;
	}
table.content a:hover
{
	color: Navy;
	}