
/* the-brights.net base text formatting rules */
body { font-family:verdana, arial, helvetica, sans-serif; font-size:76%; color:#000; }

/* 
Do all font sizing below in ems!! 
if you want to change everything, just change the global percentage modifier above.
*/

/*typography*/
a { color:#0076cc; }
a:link { }
a:visited { /*color:#41439A;*/ }
a:active { }
a:hover { text-decoration:underline; background-color:#FFFCE3; }

h1, h2, h3, h4, h5, h6 { font-family:myriad, verdana, arial, helvetica, sans-serif; }
h1 { font-size:1.8em; font-weight:normal; margin-top:0; margin-bottom:0; }
h2 { font-size:1.7em; margin:1em 0 1em 0; font-weight:normal; font-style:italic; }
h3 { font-size:1.4em; margin:1em 0; font-weight:normal; }
h4 { font-size:1.2em; margin:1em 0 0; font-weight:bold; }
h5 { font-size:1.0em; margin:1em 0; font-weight:bold; }
h6 { font-size:0.8em; margin:1em 0; font-weight:bold; }

img { border:0; }

ol, ul, li { font-size:1em; line-height:1.7em; margin-top:0.2em; margin-bottom:0.1em; }
ol, ul { margin-bottom:1em; }
ol.alphaList { list-style-type:upper-alpha; }


p { font-size:1em; line-height:1.7em; margin:0.7em 0 1em 0; }
li > p { margin-top:0.2em; }

pre { font-family:monospace; font-size:1em; }
strong, b { font-weight:bold; }
em, i, .title { font-style:italic; }
