/* YUI reset CSS 2.3 (minified) */
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* e.g. "HTML", "FYI" */
abbr.initialism
{
   /* ... */
}

/* e.g. "etc.", "attn." */
abbr.truncation
{
   /* ... */
}

/* e.g. "NATO", "WYSIWYG" */
acronym
{
   border-bottom:       1px dotted black;
   cursor:              help;
}

blockquote
{
   /* we use padding instead of margin to better support background images */
   padding-left:        0.5cm;
   padding-right:       0.5cm;
}

/* logical emphasis */
em
{
   font-style:          italic;
}

body, input, select, table, textarea
{
   font-family:         "Verdana", sans-serif;
   font-size:           13px;
}

h1, h2, h3, h4, h5, h6
{
   font-family:         "Arial Narrow", sans-serif;
   font-weight:         bold;
}

h1
{
   color:               #36C;
   font-size:           22px;
}

h2
{
   border-bottom:       1px solid #333;
   color:               #333;
   font-size:           20px;
}

h3
{
   color:               #636;
   font-size:           19px;
}

h4
{
   color:               #C30;
   font-size:           18px;
}

h5
{
   color:               #033F7F;
   font-size:           17px;
}

h6
{
   color:               #06C;
   font-size:           16px;
}

pre
{
   /* ... */
}

/* visual emphasis */
strong
{
   font-weight:         bold;
}

#content ol
{
   padding-left:        3em;
}
#content ol li
{
   list-style-type:     decimal;
   margin-bottom:       1ex;
}

#content ul
{
   padding-left:        3em;
}
#content ul li
{
   list-style-type:     disc;
   margin-bottom:       1ex;
}

#content table th
{
   font-weight:         bold;
   text-align:          center;
}