/* This global style sheet is for basic html tag definitions. For custom ids and classes see styles_custom.css */



html { }

body { background: #999; margin: 0 0 5px 0; font-family: Verdana, Helvetica, Arial, sans-serif; }

/* These link styles mainly affect links within the content field */

a { text-decoration: none; /*border-bottom: 1px dotted #33F;*/ }



/* a:hover { text-decoration: underline; /*border-bottom: 1px dotted #33F; } */

/* none of these defeated borders on images 

img { border: 0; }

a img { border: none; }

a:hover img { border: none; }

a:hover img { border: none; }

img a:hover { border: none; }

a:hover { border-bottom: 1px solid #33F; background: #444; color: #DEF; }

img a:hover { border-bottom: 1px solid #33F; background: #444; color: #DEF; }

*/

/* a:visited { text-decoration: none; color: #0000ff;} */

h2 { font-size: 1.5em;text-transform: uppercase; font-family: Lucida Grande, Arial; }

h3 { font-size: 1.2em;margin-bottom:0px;}

h4 { font-size: 1em;margin-bottom:0px;} 

h6 {font-size: .6em;color:#666; font-weight:normal;}

ul { margin: 5px 0 0 10px; }

li { margin: 0 0 0 15px; }

