﻿body {
}
.txt0
{
	font-size: 10px;
	color: white;
	font-family: Verdana, Arial;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none
}

.txt1
{
	font-size: 11px;
	color: white;
	font-family: Verdana, Arial;
	text-decoration: none;
	line-height: 14px;
}

.txtTitol1
{
	font-size: 14px;
	color: white;
	font-family: Verdana, Arial;
	text-decoration: none;
	line-height: 14px;
	font-weight: bold;
}

.txtLink
{
	font-size: 10px;
	color: white;
	font-family: Verdana, Arial;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline
}

.txtLink:link	{
	font-size: 10px;
	color: white;
	font-family: Verdana, Arial;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline
	}	
		
.txtLink:visited	{	
	font-size: 10px;
	color: white;
	font-family: Verdana, Arial;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline

	}	
.txtLink:hover
{
	font-size: 10px;
	color: orange;
	font-family: Verdana, Arial;
	text-decoration: underline;
	font-weight: bold;
	line-height: 20px;
}
.txtLink:active	{	
	font-size: 10px;
	color: white;
	font-family: Verdana, Arial;
	font-weight: bold;
	line-height: 20px;

	text-decoration: underline
	}	
