BODY {color:black; background-color:teal} /*default bg*/
BODY.DTC_custom {background-color:#EFE8AD} /*bg for customizer pages*/
BODY.home {background-color:#A1F9C0} /*bg for my pages*/
BODY.webmaster {background-color:#FF6F6F} /*bg for webmaster only pages*/
BODY.quotes {background-color:#51FBFF} /*bg for quotations pages*/
BODY.family {background-color:#F5FCC8} /*bg for family pages*/
BODY.error {background-color:#C0C0C0} /*bg for exceptional pages*/
BODY.atheism {background-color:#0CEDFF} /*bg for atheism pages*/
BODY.anything {background-color:#CC99FF} /*bg for anything pages*/
H1 {color:#006600; font-size:xx-large; text-align:center} /*for big, centered titles*/
H2 {color:blue; text-align:center; line-height:10%; font-weight:normal} /*for centered titles*/
H3 {font-weight:bold; line-height:10%} /*bold*/
H4 {font-size:large; line-height:10%; text-align:center; text-decoration:underline} /*bold, centered, underlined*/
H5 {font-size:medium; line-height:10%; text-align:center; font-weight:normal} /*centered*/
HR {border:1px solid green}
SPAN.blue {color:#0000FF} /*to make things look different*/
SPAN.red {color:#FF0000} /*to show deprecated features*/
SPAN.magenta {color:#FF00FF} /*blue | red*/
SPAN.green {color:#007F00} /*to show current country code*/
SPAN.yellow {color:#BF7F00} /*green | red*/
SPAN.cyan {color:#007FFF} /*blue | green*/
SPAN.white {color:#BF7FBF} /*red | blue | green*/
SPAN.fixed {font-family:monospace} /*fixed-width font*/
SPAN.err {color:#FF0000; font-size:24px}
A:link {color:blue} /*links*/
A:active {color:red} 
A:visited {color:purple}
A:hover {font-weight:bold}
INPUT {color:maroon} /*for older IE which does not recognise the following*/
INPUT[type="submit"] {color:black} /*undo above for SUMBIT buttons, needed because of older IE*/
INPUT[type="submit"].help {color:red} /*color for HELP buttons*/
INPUT[type="submit"]:hover {font-weight:bold} /*emphasize submit LINKS*/
INPUT[type="reset"]:hover {font-weight:bold} /*emphasize reset LINKS*/
OPTGROUP {font-style:normal; color:blue; font-weight:bold; font-size:large}
OPTION {color:blue; font-size:small}
OPTION.red {color:#FF0000; font-weight:normal; font-size:small}
OPTION.green {color:#007F00; font-weight:normal; font-size:small}
OPTION.yellow {color:#BF7F00; font-weight:normal; font-size:small}
INPUT[type="text"] {color:maroon}
INPUT.fixed[type="text"] {color:maroon; font-family:monospace}
INPUT.right[type="text"] {color:maroon; font-family:monospace; text-align:right}
TEXTAREA {color:maroon}
INPUT[type="password"] {color:olive}
IMG {border:0}
IMG.picviewer {float: left; margin-right: 4px}
DIV.t {text-align:center}
DIV.f {font-family: monospace}
