/* By PaulZi [2009-07-13] */
@import url("reset.css");
@import url("public.css");

/*******************/
/* Global elements */
body { color: #666; font-family: Verdana, sans-serif; font-size: 12px; line-height: 1.2em; }
h1 { color:#cc3366; font-size: 150%; text-transform: uppercase; margin-bottom: 1em; }
a { color: #666; }
a:hover { color: #cc3366; }


/*******************/
/* Global classes  */


/*******************/
/*     Layouts     */
.layRoot { margin: 30px auto; width: 980px; }
.layContent { text-align: justify; }