A {
	FONT-FAMILY: Trebuchet MS; TEXT-DECORATION: none
}
A:hover {
	FONT-FAMILY: Trebuchet MS;  TEXT-DECORATION: underline
}

body {
	background-image: url('images/arka.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #1C366C
}

input:focus, input.sffocus {
	background: #E1EBF0;
	border-color: #E1EBF0;
}

#sistemx textarea{
	
	border-color: #090;
	
}
#sistemx textarea:focus, #commentform input[type="text"]:focus {
		background: #E1EBF0;

}