body {
    font-family: 'OcrA', 'Courier New', Courier, monospace;
    color: white;
    background-image: url('200.gif');
    background-repeat: repeat;
	cursor: url('cursor.cur'), auto;
}
@font-face {
	font-family: 'OcrA';
	src: url('OcrA.eot?#iefix') format('embedded-opentype'),
         url('OcrA.ttf') format('truetype');
}
.container {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
img {
	border: none;
}
a {
	color: lime;
}
a:visited {
	color: white;
}
a:hover {
	color: green;
	cursor: url('cursrsel.cur'), pointer;
}
}
.space-small {
    height: 20px;
}
.space-medium {
    height: 35px;
}
.space-large {
    height: 50px;
}
.space-vrylarge {
    height: 125px;
}
.space-horizontal-small {
    width: 20px;
    display: inline-block;
}
.space-horizontal-medium {
    width: 35px;
    display: inline-block;
}
.space-horizontal-large {
    width: 50px;
    display: inline-block;
}
.space-horizontal-vrylarge {
    width: 150px;
    display: inline-block;
}