/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

  There are three custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
   * table font-size is reset in the HTML5 reset above so there is no need to repeat
*/
body { font:13px/1.231 } /*hack retained to preserve specificity */
body{ line-height: 160%; font-size: 100%;
    font-family:Georgia,"Times New Roman",Times,serif;
/*    font-family:Calibri,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;*/
}

/* Headers (h1,h2,etc) have no default font-size or margin,
    you'll want to define those yourself. */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }

/* ************************************************ */
/* Default Heading Style			    */
/* ************************************************ */
h1 { font-size: 180%; line-height: 130%; padding: 5px 0; }
h2 { font-size: 160%; line-height: 130%; padding: 5px 0; }
h3 { font-size: 140%; line-height: 130%; padding: 5px 0; }
h4 { font-size: 120%; line-height: 130%; padding: 5px 0; }
h5 { font-size: 100%; line-height: 130%; padding: 5px 0; }
h6 { font-size:  80%; line-height: 130%; padding: 5px 0; }

select, input, textarea, button { font:99% sans-serif; }

/* normalize monospace sizing
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: Monaco, Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace; }

small { font-size: 85%; }

strong, th { font-weight: bold; }

sub, sup { font-size: smaller; }

dl dt { font-weight: bold; }

address { font-style: italic; }

strike { text-decoration: line-through; }

i, em { font-style: italic; }

/*========*/
