body {
	position: absolute;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: sans-serif;
	color: #000000;
	background-color: #ffffff;
}

table {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

a {
	text-decoration: none;
	border-bottom: solid;
	border-width: 1px;
	border-color: #dddddd;
	color: #000000;
}

a.big {
	font-size: xx-large;
	border-width: 2px;
}

p {
	font-family: sans-serif;
	text-align: center;
}

p.soft {
	font-family: sans-serif;
	font-size: small;
	color: #bbbbbb;
	text-align: center;
}
