/*
 * screen.css
 *
 * (C) Brockhoven Karel, Email: karel@yuck-foo.be
 *
 * This program is copyright, and covered by the Beer-Ware License.
 *
 * "THE BEER-WARE LICENSE"
 * <karel@yuck-foo.be> wrote this file. As long as you retain this notice
 * you can do whatever you want with this stuff. If we meet some day, and you
 * think this stuff is worth it, you can buy me a beer in return.
 *
 * Karel Brockhoven.
*/

body {
	margin: 5px;
	font-size: 11px;
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapping
	{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	}

#center{
	margin-left: -222px;
	position: absolute;
	top: -103px;
	left: 50%;
	width: 444px;
	height: 206px;
	}

p.tekst
	{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	line-height: 16px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	letter-spacing: 2px;
	}

p.contact
	{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 16px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	letter-spacing: 2px;
	}
	
.red	{
	color: #A60F0F;
	font-weight: bold;
	}

a:link, a:visited 
	{
	color: #fb00c9;
	text-decoration: none;
	}

a:hover 
	{
	color: #fb00c9;
	text-decoration: line-through;
	}
	
a:active
	{
	color: #fb00c9;
	text-decoration: none;
	}
