﻿@charset "UTF-8";
/* ---------------------------------
 Feeldesign CSS Framework v0.1
 
 Google Code：http://code.google.com/p/feeldesign-ued
 
 Copyright (c) 2009, Feeldesign（www.feeldesign.cn） All rights reserved.
 Code licensed under the New BSD License.
 
------------------------------------ */

/* 字体样式 */
.f-alt {
	color: #666;
	font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif;
	font-style: italic;
	font-weight: normal;
}
.f-caps {
	font-variant: small-caps;
	text-transform: lowercase;
}
