body {
	background-color: #3333FF;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 36px;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFF66;
}
div {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;

}
div.rnd {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	z-index: 1;


}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFF66;
}
a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFF66;
	text-decoration:underline;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 27px;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration:underline;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFF66;
	text-decoration:underline;	
}