/* font.css
 * глобальные стили шрифта на всем сайте
 *
 */

body {
	color: #949494;
	font: 12px/1.2 "trebuchet MS", sans-serif;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #ffc600;
	text-decoration: underline;
}