@font-face {
    font-family: 'HPSimplified';
    src: url(webfonts/hps-euro-w01-regular-eot.eot);
    src: url(webfonts/hps-euro-w01-regular-eot.eot?#iefix) format('embedded-opentype'),
    url('webfonts/hps-euro-w01-regular-woff.woff') format('woff'),
    url('webfonts/hps-euro-w01-regular-ttf.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'HPSimplified';
    src: url(webfonts/hps-euro-w01-bold-eot.eot);
    src: url(webfonts/hps-euro-w01-bold-eot.eot?#iefix) format('embedded-opentype'),
    url('webfonts/hps-euro-w01-bold-woff.woff') format('woff'),
    url('webfonts/hps-euro-w01-bold-ttf.ttf') format('truetype');
    font-weight: bold;
    font-style: normal
}
@font-face {
    font-family: 'HPSimplifiedLight';
    src: url(webfonts/hps-euro-w01-light-eot.eot);
    src: url(webfonts/hps-euro-w01-light-eot.eot?#iefix) format('embedded-opentype'),
    url('webfonts/hps-euro-w01-light-woff.woff') format('woff'),
    url('webfonts/hps-euro-w01-light-ttf.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal
}
@font-face {
    font-family: 'HPSimplifiedLightIt';
    src: url(webfonts/hps-euro-w01-light-italic-eot.eot);
    src: url(webfonts/hps-euro-w01-light-italic-eot.eot?#iefix) format('embedded-opentype'),
    url('webfonts/hps-euro-w01-light-italic-woff.woff') format('woff'),
    url('webfonts/hps-euro-w01-light-italic-ttf.ttf') format('truetype');
    font-weight: lighter;
    font-style: italic
}  

body {
	font-family: HPSimplified, Georgia, sans-serif;
	font-size: 18px;
	margin: 0;
	border: none;
	background-image: url(bg_hptile.png);
	}
	
img {
	border: 0;
	vertical-align: -2px;
	}

A {
	text-decoration: none;
	line-height: 153%;
	color: Black;
	background: #87CEFA;
	border: 1px dotted black;
	white-space: nowrap;
	border-radius: 8px;
	padding: 0px 4px;
	}
	
A:visited {
	color: #600060;
	background: #dcdcdc;
}

A:hover {
	color: Black;
	background: #ffff66;
	position: relative;
	top: 1px;
	}

A:active { 
	color: white;
	background: #7b68ee;
}

A.dead {
	background: silver;
}


h1 {
	line-height: 100%;
	}