html, body {
	background-color: white;
	font-family: tahoma;
	font-size: 10pt;
	color: black;
	margin: 20pt;
}

div#framework {
	border: 1px solid #d7dfee;
	background-color: #edf4f6;
	padding: 2pt;
	margin: auto;
	width: 50%;
}

div#header {
	background-color: #97cddc;
	font-weight: bold;
	padding: 2pt;
	color: black;
}

div#msg {
	padding: 2pt;
}

div#gpg {
	text-align: center;
}

img {
	border: 0px;
}

a		{ text-decoration: none; color: black;}
a:visited	{ text-decoration: none; color: black;}
a:active	{ text-decoration: underline; color: black;}
a:hover		{ text-decoration: underline; color: black;}