/*
---------------------------------------------------
 FONTS STYLE SHEET // for GRAFFITI (C)2004

 Script Name: style_fonts.css

                          Designed by Tatsuo TAMURA
                          yoidore@yoidoretenshi.com
                       http://www.yoidoretenshi.com
---------------------------------------------------
*/

/*
--------------------
Fonts Size:
--------------------
*/
.t10 { font-size: 11px; }
.t12 { font-size: 12px; }
.t14 { font-size: 14px; }
.t16 { font-size: 16px; }
.t18 { font-size: 18px; }
.t24 { font-size: 24px; }
.t36 { font-size: 36px; }


/*
--------------------
Fonts Style:
--------------------
*/
.en1 { lang: en; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.en2 { lang: en; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.en3 { lang: en; font-family: "Times New Roman", Times, serif; font-weight: bold; }
.en4 { lang: en; font-family: "Courier New", Courier, mono; font-weight: bold; }
.en5 { lang: en; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; }
/*
.en6 { lang: en; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; }
*/


.bold   { font-weight: bold; }
.normal { font-weight: normal; }


/*
--------------------
Fonts Color:
--------------------
*/
.white { color: white; }
.black { color: black; }
.gray  { color: gray: }


