/* --------------------------------------------------------- */
/* COMMON STYLES FOR TAGS
/* body, p, h1, h2, h3, h4, h5
/* --------------------------------------------------------- */
body { background:#E4E4E3 url(../img/bg-html.png) scroll repeat-y top left; font:12px/18px Arial, Helvetica, sans-serif; color:#666; margin:25px 0px 0px 0px; }

h1 { margin-bottom:18px; font-size:20px; line-height:20px; font-weight:normal; color:#F0A52C; text-transform:uppercase; }
h2 { margin-bottom:18px; font-size:14px; line-height:14px; font-weight:normal; color:#83AA3F; }
h3 { margin-bottom:18px; font-size:12px; line-height:12px; font-weight:normal; color:#494848; }

p { margin-bottom:18px; }
a { color:#666; }