<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#left {
		float: left;
		width: 45%;
		position: absolute;
	}
	p#right {
		text-align: right;
		padding: 0px;
		margin: 0px;
	}
	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;
	}
	div.paragraph {
		width: 800px;
		height: *;
	}
	p#writingleft {
		font-size: 16px;
		font-family: sans-serif;
		color: black;
		width: 550px;
		float: left;
		text-align: justify;
	}
	p#writingright {
		font-size: 16px;
		font-family: sans-serif;
		color: black;
		width: 550px;
		float: right;
		text-align: justify;
	}
</style>