body {
	font: 11px tahoma;
	direction: rtl;
}

td {
	font: 11px tahoma;
}

input {
	font: 11px tahoma;
}

.text {
	border: 1px solid silver;
}

‍a{
	text-decoration: none;
	font: 11px tahoma;
	color: black;
}

a:hover{
	color: red;
}


td.list{
	padding-right: 10px;
	border-bottom: 1px solid #0000CC;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
}