body {
	background-color: #6373A5;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

td {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
}

blockquote {
	background-color: #FFD;
	width: 560px;
	border: 1px dashed #FD7;
	margin: 2px; /* top right bottom left */
	padding: 2px 4px 2px 4px; /* top right bottom left */
}

pre {
	text-align: left;
	margin: 0px;
}

div#container {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
}

div#content {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

a:link {
	color: #94B4E4;
	text-decoration: none;
}

a:visited {
	color: #94B4E4;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}
