.linkup
{
	background-image: url('../images/icons/up.gif'); 
	background-repeat: no-repeat; 
	background-position: left top;
	padding-left: 10px;
	color: #0600FF;
}
.linkup:hover
{
	background-image: url('../images/icons/up2.gif'); 
}

body         
{ 
	background-color: #FFFFE2; 
	font-family: verdana;
	font-size: 11px;

}
               
td
{
	vertical-align: top;
	font-family: verdana;
	font-size: 11px;
}

img
{
	border: 0px;
}



.blok
{
	font-weight: bold;
	padding: 5px;
	border: 1px solid #000000;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #FFCC66;
}

h2
{
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
	padding-top: 12px;
	padding-bottom: 0px;
	margin: 0px;	

}

h1       { visibility:hidden; display: none; }

hr
{
	height: 1px;
	color: #FF0000;
}

P, UL, LI
{
	margin-top: 0px;
	margin-bottom: 0px;
}

a
{
	text-decoration: none;
	color: #0600FF;
	font-weight: bold;
}

a:visited
{
	text-decoration: none;
	color: #6666FF;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color: #FF0000;
}