/* --------------------------------------------------------- */
/* COMMON STYLES FOR TAGS
/* body, p, h1, h2, h3, h4, h5
/* --------------------------------------------------------- */
html { height:100%; }
body { background:#d9d9d9 url(../img/bg-html.png) scroll repeat-x top left; font:11px/15px "Trebuchet MS", Verdana, sans-serif; color:#666; height:100%; }

h1 { margin-bottom:15px; font-size:22px; line-height:22px; color:#494848; }
h2 { margin-bottom:15px; font-size:15px; line-height:15px; color:#666; }
h3 { margin-bottom:15px; font-size:12px; line-height:12px; color:#494848; text-transform: uppercase;}

p { margin-bottom:15px; font-size:11px; }
a { color:#666; }
