@charset "utf-8";
/*
Title: default
Revision: $Revision: 1.0 $
*/

.selector {
	font-feature-settings : "palt" 1;
}

A {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
	color: #FF0000;
}
