/* CSS Document */

body
{
background-color:#000000;
background-image:url(ukv.png);
}


a:link    {color:#ffff40}
a:visited {color:#ffff40}
a:active  {color:#ffff40}
a:hover   {color:#ffff40}

a img {border:none;}


.text1 {
	color: #ffffff;
	font-size: medium;
	font-family: tahoma;
	font-weight: bold;
}


.text2 {
	color: #999999;
	font-size: x-small;
	font-family: tahoma;
	font-weight: normal;
}

.text3 {
	color: #ffffff;
	font-size: small;
	font-family: Tahoma;
	font-weight: normal;
}

.yellow {
	color: #ffff40;
	font-size: medium;
	font-family: Tahoma;
	font-weight: bold;
}

table.grey {
background-color:#404040;

}

table.white {
background-color:#ffffff;

}

td.grey2 {
background-color:#404040;
text-align:center

}



