@charset "windows-1251";
.text {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}

input {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
.text11 {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

select {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
textarea {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
.border {
	border: 1px solid;
}
a:link {
	text-decoration: none; color: #CCCCCC;
	}
a:visited {
	text-decoration: none; color: #CCCCCC; 
}
a:hover {
	text-decoration: underline; /* Добавляем подчеркивание при наведении курсора на ссылку */
	color: #CCCCCC; /* Ссылка серого цвета */
} 

