
/*fonts and links*/
body           { font-family: Verdana, Arial, Helvetica, sans-serif; background: white url("images/menuback4b.jpg") repeat-y fixed left top; margin: 0 }
h1     /* black title */  { color: #8b0000; font-size: large; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic; font-weight: bold; word-spacing: 3px; letter-spacing: 3px }
h2       /* yellow subtitle */  { color: #fff49b; font-size: medium; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic; text-align: left; text-transform: lowercase; word-spacing: 3px; letter-spacing: 3px; margin-bottom: 0 }
h4 { color: #8b0000; font-size: medium; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic; text-align: left; text-transform: lowercase; word-spacing: 3px; letter-spacing: 3px; margin-bottom: 0 }
h3 /* bullets */   { color: black; font-size: x-small; font-family: Verdana, Arial, Helvetica, sans-serif; font-variant: normal; font-weight: normal; text-align: left; list-style-type: disc; list-style-position: inside; display: list-item; margin-top: 0; margin-bottom: 0; padding-left: 12px }
p       { color: black; font-size: x-small; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal }
a:link   { color: #1e2378; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }
a:visited   { color: #366; text-decoration: none }
a:hover, a:active    { color: #1b8e7d; text-decoration: underline; outline: solid 1pt gray }
/*Experiment*/
#container { background-color: aqua; position: absolute; width: 750px }
#menuleft     { text-align: left; margin: 0; padding: 40px 10px 20px 35px; position: fixed; top: 0; bottom: 0 }
#colsingle       { padding-bottom: 20px; position: absolute; top: 20px; left: 75px; width: 650px }
#col1 { padding-bottom: 20px; position: absolute; left: 175px; width: 300px }
#col2 { padding-bottom: 20px; position: absolute; left: 500px; width: 300px }
#footer /*    stays put at bottom - can contain text or image   */  { background-color: black; margin-bottom: 0; position: fixed; bottom: 0; left: 30px; width: 720px; height: 16px }
#footerbar { background-color: black; position: fixed; bottom: 0; height: 16px }
