@charset "UTF-8";

@import "elements.css";
@import "layouts.css";
@import "styles.css";


body {
    font         : 13px "Tahoma", "MS UI Gothic", "Lucida Grande";
    *font-size   : small;
    *font        : x-small;
}

table {
    font-size    : inherit;
    font         : 100%;
}

.font_s{
	font-size      : 93%;
}

.font_m{
	font-size      : 100%;
}

.font_l{
	font-size      : 123.1%;
}

.font_ll{
	font-size      : 138.5%;
}



