/* NEVERWONDER COLORS ARE
ffcc00 = YELLOW
CC6600 = ORANGE
191970 = BLUE
ffffff = WHITE
f5f5f5 = ALMOST WHITE (TEXT)
A9A9A9 = DARK GRAY (ACTIVE LINK)
808080 = GRAY (VISITED LINK)
000000 = BLACK */


/* THISS CSS FOR SPLASH PAGE (index.html) ONLY! */

.mini_text_50 { color: #222222; font-size: 50% }
.text_135 { font-size: 135% }
.text_75 { font-size: 75% }

/* DEFAULT LINK SETTINGS
ORDER IS LINK - VISITED - HOVER - ACTIVE */

a.enter_link:link { color: #f5f5f5; text-decoration: none }
a.enter_link:visited { color: #f5f5f5; text-decoration: none }
a.enter_link:hover { color: #cc6600; text-decoration: underline; letter-spacing: 4px }
a.enter_link:active { color: #0000ff; text-decoration: underline; letter-spacing: 4px }


a.minilinks:link { color: #222222; text-decoration: none }
a.minilinks:visited { color: #222222; text-decoration: none }
a.minilinks:hover { color: #808080; text-decoration: underline }
a.minilinks:active { color: #808080; text-decoration: underline }
