@CHARSET "ISO-8859-1";
@import url('reset.css');
@import url('960.css');
@import url('layout.css');

/* Adjust global font size to 10px                                            */
/* http://www.maratz.com/blog/archives/2005/10/21/typetesters-base-font-size/ */
/*    16px x 62.5% = 10px                                                     */
/*    10px x 2em   = 20px                                                     */
/*    10px x 1.2em = 12px                                                     */
body{ font: 62.5% "Trebuchet MS", sans-serif; margin: 50px;}

* {
    /*font-family: "Helvetica Neue Ultra Light", Helvetica, Arial, sans-serif;*/
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #8F8F8F;
    line-height: 1.5em;
}
a {color: #E47BF6;}
.text_color {color: #7896ba;}
.text_left {text-align: left;}
.text_right {text-align: right;}