posted by BluesPlayer
SAMPLE EONS PROFILE COLORS
1. Light Tan Background / Blue & Tan Headings
<style type="text/css">
body {background-color: #FFFFCC}
h2 {color: #FFFFCC; background-color: #336699}
</style>
2. Light Blue Background / Blue & Tan Headings
<style type="text/css">
body {background-color: #99FFFF}
h2 {color: #0000FF; background-color: #FFFFCC}
</style>
3. Light Green Background / Green & Tan Headings
<style type="text/css">
body {background-color: #99FF66}
h2 {color: #006633; background-color: #FFFFCC}
</style>
4. Rose Background / Maroon & Tan Headings
<style type="text/css">
body {background-color: #FF9999}
h2 {color: #FFFF99; background-color: #660000}
</style>
5. Melon Background / Green & Tan Headings
<style type="text/css">
body {background-color: #FF9966}
h2 {color: #FFFF99; background-color: #009900}
</style>