a:link { 
color: #666699;  <!-- cc0000-->
}
a:visited { 
color: #cc0000;
}
a:hover { 
color: rgb(255,255,153);
background-color: rgb(102,102,153);
text-decoration: none;
}
a:active { 
color: #333333;
}
/*  body { margin-left: 10%; margin-right: 10%; } scales pages to width of window */
/* BODY { font-family: Tahoma, sans-serif; color: black;  font-size: 12px; background: rgb(255, 255, 204); */
BODY { font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; color: black;  font-size: 13px; background: rgb(255, 255, 204);
scrollbar-3dlight-color:white;
           scrollbar-arrow-color:gray;  /*rgb(72,48,0)*/
           scrollbar-base-color:rgb(255,255,204); /*204);*/
           scrollbar-face-color:rgb(255,221,153);
           scrollbar-highlight-color:rgb(255,255,209); /*209);*/
           scrollbar-shadow-color:rgb(255,202,95);
           scrollbar-darkshadow-color:rgb(122,81,0);
           scrollbar-3dlight-color: gray;
}

/* p {font-family: Tahoma, sans-serif;  font-size: 12px; } */
/* p {font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;  font-size: 12px; } */
!h1 {color: #339966; font-family: Tahoma, sans-serif; font-size: 28px; margin-bottom: 0.5em; }
h1 {color: #666699; font-family: Tahoma, sans-serif; font-size: 28px; margin-bottom: 0.5em; }
h2 {color: #669999; font-family: Tahoma, sans-serif; font-size: 18px;  margin-top: 1em; margin-bottom: 0.5em; font-style: normal; }
h3 {color: gray; font-family: Tahoma, sans-serif; font-size: 12px;  margin-top: 1em; margin-bottom: 0em; } 
h4 {color: gray; font-family: Tahoma, sans-serif; text-decoration:underline;font-size: 11px;  margin-top: 1em; margin-bottom: 0em; } 
h6 {font-family: Tahoma, sans-serif; font:italic; font-size:10pt;margin-bottom: 0em;}
ul {list-style-position: outside;list-style-type:circle;}
h1.scroll {font-family: Verdana; font-size: 12px; margin-bottom: 0.5em; margin-top: 0.1em;}
h2.scroll {font-family: Verdana; font-size: 10px; margin-bottom: 0.5em; margin-top: 0.1em;}
p.scroll {font-family: Verdana; font-size: 10px; margin-bottom: 0.5em; margin-top: 0.5em;margin-left:10px;} 


/*
*************************************************************************
general info:
length: relative(em, ex) or absolute(cm,mm,in,pc,pt,px). Some can be -ve.
num, num%: a real number, or %length value (real)
int: +ve or -ve integer
margin, padding, border: 
property: v1 | all sides v1
property: v1 v2 v3 | top v1, right v2, btm v3, left v2
property: v1 v2 v3 v4 | top, right, bottom, left in order
property: v1 v2 | top and bottom v1, left and right v2
**************************************************************************
height: AUTO length, num% | block elements such as DIV, P; relaced elements (eg IMG); absolute positioned elements only
(same for margin, padding, border)
line-height: NORMAL length, num, num% | applies to block elements only - like DIV,P 
letter-spacing: NORMAL length | spacing relative to a default value, can be -ve 
word-spacing: NORMAL length | same as letter spacing

text-align: CENTER JUSTIFY LEFT RIGHT | alignment of text within block - block level only
text-decoration: NONE or one or more of BLINK LINE-THROUGH OVERLINE UNDERLINE
text-indent: length, num% | +ve or -ve indent for first line of a block element


float: LEFT NONE RIGHT | replaces ALIGN, to float on left or right within block element
vertical-align: BASELINE SUB SUPER TOP TEXT-TOP MIDDLE BOTTOM TEXT-BOTTOM num%
				| alignment of element wrt adjacent content applies to inline elements only (eg span and em) 

clear: BOTH LEFT NONE RIGHT | allow an element to move down so that margin is clear to the left, right etc.
visibility: HIDDEN INHERIT VISIBLE | sets whether element contents are visible (for absolute positioning only)

display: BLOCK INLINE LIST-ITEM NONE | defines display type for the element.  NONE removes - page formats as if it's not there
list-style-image: URL(string) or NONE | overrides list-style-type, and is image to be used for bullet
list-style-position: INSIDE OUTSIDE | inside wraps test to inside bullet
list-style-type: CIRCLE DISC NONE SQUARE DECIMAL LOWER-ALPHA LOWER-ROMAN UPPER-ALPHA UPPER-ROMAN
				 | list type  and bullet style (circle, digits, roman numbers etc) 
width: AUTO LENGTH num% | element width (blocks only)

other:
position: ABSOLUTE RELATIVE STATIC
left or top: AUTO LENGTH num% | applies only wrt AP and RP
z-index: AUTO or int
!important: color: red; !important; overrides all other color declarations in same element

abbott color #cccc99
*/