<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;
	}
	div.eska {
		width: *;
		height: 60px;
		padding: 0px;
		margin: 0px;
	}
	p#right {
		text-align: right;
		padding: 0px;
		margin: 0px;
	}
	p#left {
		float: left;
		width: 45%;
		position: absolute;
	}
	div.links {
		width: *;
		height: 25px;
		padding-top: 8px;
		margin: 0px;
	}
	p#links {
		text-align: right;
		padding: 0px;
		margin: -6px;
		color: yellow;
		font-size: 16px;
		font-weight: bold;
		white-space: pre;
	}
	div.content {
		width: *;
		height: *;
		padding-top: 30px;
	}
	p#opening {
		font-size: 15px;
		color: black;
		font-weight: bold;
		font-family: arial;
		text-align: center;
		text-align: justify;
		padding-bottom: 30px;
	}
	p#title {
		font-size: 35px;
		color: yellow;
		font-weight: bold;
		text-align: center;
		margin: 0px;
		align: center;
	}
	p#times {
		font-size: 22px;
		font-weight: bold;
		white-space: pre;
		text-align: center;
		vertical-align: middle;
	}
	span {
		vertical-align: top;
	}
</style>