/* CSS Document */ body { font-size: 75%; color: #4C4C4C; background: #fff; /*#eee url(/bitmaps/common/background.png) repeat-y 50% 0;*/ font-family: "helvetica neue", "lucida grande", helvetica, arial, sans-serif; } body {overflow: scroll;} /*html > body {font-size:12px;}*/ h1, h2, h3, h4 { font-weight: normal; color: green; font-family: "myriad pro", "trebuchet ms", "helvetica neue", helvetica, arial, sans-serif; } /*h1 {font-size: 2.2em;line-height:1; margin-bottom:.5em;}*/ /*h2 {font-size: 1.8em;line-height:1.3;margin-bottom:0.3em;line-height:1.2em;}*/ /*h3 {font-size: 1.5em;line-height:1;margin-bottom:0.5em;}*/ h1 {font-size:3em; line-height:1; margin-bottom:0.1em;} h2 {font-size:2.1em; line-height:1.3; margin-bottom:0.3em;} h3 {font-size:1.6em; line-height:1; margin-bottom:0.5em;} h4 {font-size:1.3em; line-height:1.25; margin-bottom:0.3em;} h5 {font-size:0,6em; font-weight:bold; margin-bottom:0.5em;} h6 {font-size:1em; font-style:italic;} a:focus, a:hover { color:#green; } a { color:#green; text-decoration:underline; } A:link, A:active, A:visited, A:hover { font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif; color : #000088; text-decoration : underline; font-weight : none; } td {font-size: 12px; font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;} /* Tables -------------------------------------------------------------- */ /*table { margin-bottom:1.4em; border-collapse:collapse; }*/ th { font-weight:bold; background-color:#f0f0f0; } /*th,td { border:0px solid #dddddd; padding:.33em .67em; vertical-align: top; }*/ tr.even td { background-color:#f7f7f7; } tr.even th { background-color:#e8e8e8; } tfoot { font-style:italic; } caption { background-color:#eee; } /* Use this if you use span-x classes on th/td. */ table .last { padding-right: 0; }