@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;	
}
table#wrapper {
	height: 100%;
}
h1 {
	color: #3792C3;
	font-size: 20px;
	font-style: italic;
}
p {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}