<!--- optionally, include css headers --->
<if isdefined("att.headers") AND att.headers EQ 1>
<tag.css_headers expires="90">
</if>
<var C = GLOBAL.Def.Style.color>
<var L = GLOBAL.Def.Style.layout>
<!--- output css statements --->
body { font-size:15px; font-family:Verdana, Tahoma, Arial, Sans-Serif; margin:0px; padding:0px; }
h1,h2,h3,h4,h5,h6 { margin-top:0px; }
input, select, textarea { font-size:1em; border:1px solid ##999; }
a { color:#C.link#; text-decoration:none; }
a:normal { text-decoration:none; }
a:hover { text-decoration:underline; }
a.selected { font-weight:bold; color:#C.text#; }
##site { position:relative; }
##site_head { position:relative; width:#L.width#px; border-bottom:1px solid black; margin-top:10px; overflow:visible; z-index:2; }
##site_head h1 { margin:0px; font-weight:normal; font-size:3em; }
##site_body { position:relative; width:#L.width#px; padding-top:12px; padding-bottom:16px; }
##site_foot { position:relative; width:#L.width#px; border-top:1px solid black; padding-top:2px; padding-bottom:3em; }
.noverflow { overflow:auto; overflow-x:hidden; overflow-y:hidden; }