@charset "utf-8";
/* CSS Document */


html, body {
	height: 100%;
	font-family: Lucida Console, monospace;
}
.headline {
	text-align: center;
	vertical-align: middle;
}
.style1 {
	font-size: xx-large;
	vertical-align: middle;
	height: 100%;
}
.style2 {
	font-size: x-small;
	vertical-align: middle;
}
A {
	text-decoration: none;
	font-size: large;
	font-weight: bold;
}
A:hover {
	text-decoration: underline;
}
A:visited {
	color: gray;
}
QUOTE
{
	font-style:italic;	
}
