td, div {
font-family: verdana, arial;
font-size: 12;
color: white;
}

.thead {
color: white;
font-weight: bold;
}

a {
color: white;
font-weight: bold;
text-decoration: underline;
}

a:hover {
color: white;
text-decoration: none;
}

.termeknev {
font-weight: bold;
font-size: 14;
}
.line {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

