﻿body
{
	margin:0px;
	padding:0px;
	background:url(gfx/tlo.jpg) top center;
	background-attachment:fixed;
	font-family:Verdana;
	font-size:12px;
	color:#444;
}
h1
{
	margin:4px 0;
	font-family:Calibri2,Tahoma;
	font-size:23px;
	font-weight:normal;
	clear:both;
	color:rgb(25,80,130);
}
p,li
{
	font-size:12px;
	font-family:Verdana;
	line-height:1.5em;
	color:#444;
	padding:0px;
	margin: 16px 10px 16px 0;
}
a{
	color:#06a;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
.img
{
	border:1px solid #06a;
	padding:5px;
	background:#eee;
}