@charset "windows-1250";
a	  {
	text-decoration: none;
	font-style : normal;
	font-family : Arial;
	color : #6495ED;
}

a:hover	  {
	color: #F4A460;
	font-family : Arial;
	font-style : normal;
}

INPUT {
	background : White;
	border-width : 1 1 1 1;
	font-size : xx-small;
	font-style : normal;
	height : 17;
}


select {
	background : White;
	border-width : 1 1 1 1;
	font-size : xx-small;
	font-style : normal;
	height : 17;
}

textarea {
	background : White;
	border-width : 1 1 1 1;
	font-size : xx-small;
	font-style : normal;
}

