<style type="css/text" media="all">

	body {
	}
	a {
		color: inherit;
		font-size: inherit;
		text-decotarion: none;
	}
	a:link, a:visited {
		color: inherit;
		font-size: inherit;
		text-decoration: none;
	}
	a:hover, a:active {
		color: yellow;
		font-size: 125%;
		text-decoration: none;
	}
	div.top {
		width: *;
		padding: 0px;
		margin: 0px;
		border: 1px dashed black;
	}
	div.content {
		width: 300px;
		padding-right: 400px;
		position: absolute;
		border: 1px solid black;
		align: center;
	}
	div.eska {
		height: 60px;
		padding: 0px;
		margin: 0px;
	}
	p#right {
		text-align: right;
		padding: 0px;
		margin: 0px;
	}
	p#left {
		float: left;
		width: 45%;
		position: absolute;
	}
	div.left {
		margin-top: 0px;
	}
	p#picture {
		width: 203px;
		height: *;
		margin-top: 0px;
		image-align: center;
		text-align: center;
		color: darkred;
		font-size: 12px;
		font-weight: bold;
		text-decoration: italic;
	}
	div.links {
		width: *;
		height: 25px;
		padding-top: 8px;
		margin: 0px;
	}
	p#location {
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		color: black;
		family: arial;
	}
	p#links {
		text-align: right;
		padding: 0px;
		margin: -6px;
		color: yellow;
		font-size: 16px;
		font-weight: bold;
		white-space: pre;
	}
	span#clock {
		valign: top;
	}
</style>