/* Anchor pseudo-classes */
A:link { color: green; text-decoration: none }
A:visited { color: maroon; text-decoration: none }
A:active { color: red; text-decoration: none }
A:hover { text-decoration: underline }

/* Top-level elements */
BODY { background: white url(http://www.egghelp.org/images/binary.jpg); font-family: Arial, sans-serif }

/* Generic block-level elements */
H1 { color: black; text-align: center }
H2 { color: black; margin-top: 2em }
H2.crheader { font-weight: normal; margin-bottom: 0em; margin-top: 0em }
H3 { color: black; margin-bottom: -0.5em; margin-top: 2em }
H3.crsyntax { font-weight: normal; margin-bottom: 0em; margin-top: 0.5em }
H4 { color: black; margin-bottom: -0.5em; margin-top: 2em }
H5 { color: black }
H6 { color: black; text-align: center }
P { color: black }
P.crexamp1 { font-size: smaller; font-weight: bold; margin-top: 1em }
P.crexamp2 { margin-top: 1em }

/* Lists */
DL { color: black }
OL { color: black }
UL { color: black }
LI { margin-top: 0.5em; margin-bottom: 0.5em }

/* Tables */
TD { color: black; text-align: left; vertical-align: top }

/* Font style elements */
STRONG.highlight { background-color: silver }
TT { font-family: "Courier New", monospace; vertical-align: top }

/* Main Menu style */
.menu H1 { font-family: "Comic Sans MS"; font-size: larger }
.menu P { font-size: smaller; margin-bottom: 1.5em; margin-top: 1.5em; text-align: center }

/* Links page style */
.linklist DL { margin-top: 1.5em }
.linklist DT { font-weight: bold; margin-top: 1em }
.linklist DD { margin-bottom: 1.5em }
