
.text {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-style: normal;
	
}
.links {text-align: left;}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 30px;
	font-weight: bold;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
}

html { height: 100%; }
body { background-color:#EEEEEE;
	font-family: "Courier New", Courier, mono;font-size: 13px;
	min-height: 100%; height: 1000px;
}
#textblock {
position:absolute; left:15px; width:600px; top:15px;  text-align:justify;
}
#link {
position:absolute; left:15px; width:600px; top:0px;
}
#stripes {
position:absolute; left:0px; top:0px;width:16px; height:1600%; background-image:url(../img/skull.png); background-repeat: repeat-y;
}
#stripes2 {
position:absolute; left:620px; top:0px;width:16px; height:1600%; background-image:url(../img/skull.png); background-repeat: repeat-y;
}
#cancel {
	position: absolute;
	top: 0px;
	left: 15px;
	width: 600px;
	height: 800px;
	z-index:100;
	}