/* Color scheme

Main BG is gray  #DDDDDD
with text that's #333333
Headers are Blue (0099CC)
H1 has a light background of EEEEEE
As does the left map
LM headers are again the darker grey
with the blue color


*/

body { /* color:#333333; background-color:#DDDDDD; */ }
h1, h2 { /* color:#0099CC; */ }
h1 { /* background-color: #EEEEEE; */ }
h2 { /* background-color: #EEEEEE; */ }

code { /* background: #CCCCCC; */ }

a         { /* color:#0099CC; */ }
a:link    { /* color:#0099CC; */ }
a:visited { /* color:#006699; */ }
a:hover   { /* color:#EEEEEE; background-color:#0099CC;*/ }
img a:hover { /*background-color: transparent;*/ }
a:hover img { /*background-color: transparent;*/ }
a.nohover:hover { /* background-color: transparent; */ }

.folder-cl,#LeftMenu,#Header { /*	background-color:#EEEEEE;
border-color:#000000; */ }

.LM1 { /*color:#0099CC; background-color: #DDDDDD; */ }

.red { /*
color: red;
*/ }





