/*
lk = Font, links, left of page.
et = Bold standard text, for line headers
h2 = Regular text, centered.
mh = Main Heading text.
tb = Table background
tf = HTML code in tutorial.
ti = Title
t2 = Title sized, centered text
dp = Document's primary text
d1 = Same as primary with unspecified background color
d2 = Inset text.
d3 = Centered text
se = Special emphasis text
w1 = Wild Card 1
w2 = Wild Card 2
w3 = Smaller text in header
w4 = same as main text but centered.
w5 = Normal text, smaller than main.
pf = Personal favorite freeware.
cd = Recommended for computer beginners.
*/


body { background-color:#dcdffb; color:#000066; padding:0; margin:0; border-width:0;}

#lk {font-size:90%; font-weight:bold; text-align:center; padding:5px;}
#et {color:#000066; background-color:#fafaff; font-size:110%; font-weight:bold;}
#mh {color:#000066; font-size:140%; font-weight:normal; text-align:center;}
#dp {color:#000066; background-color:#fafaff; font-size:110%; font-weight:normal; text-align:left; margin: 1% 5% 1% 5%; padding:3%;}
#d1 {color:#000066; font-size:110%; font-weight:normal; text-align:left; margin: 1% 5% 1% 5%; padding:3%;}
#d2 {color:#000066; background-color:#fafaff; font-size:90%; font-weight:normal; text-align:left; margin: 1% 10% 1% 10%; padding:3%;}
#d3 {text-align:center ;}
#d4 {color:#000066; font-size:110%; font-weight:normal; text-align:left; margin: 1% 10% 1% 10%; padding:3%;}
#dz {color:#000000; background-color:#ffffff; font-size:110%; font-weight:normal; text-align:left; margin: 1% 15% 1% 15%; padding:3%;}
#em1 {color:#000066;  font-size:90%; font-weight:normal; text-align:left; margin: 1% 3% 1% 3%; padding:3%;}
#go {color:#000066; font-size:60%; font-weight:normal; text-align:center;}

#h2 {color:#000066; font-size:110%; font-weight:bold; text-align:center ;}
#h3 {color:#000066; background-color:#8996dc; font-size:110%; font-weight:bold; text-align:center; }
#ph {color:#000066; font-size:120%; font-weight:bold; font-style:italic; text-align:center;}
#pi {color:#000066; font-size:115%; font-style:italic; }
#pn {color:#000000; background-color:#ffffff; font-size:110%; font-weight:normal; text-align:left; margin: 0% 3% 0% 0%; padding:2%;}
#p2 {color:#000066; font-size:110%; font-weight:normal; text-align:center; margin: 1% 1% 1% 1%; padding:1%;}
#se {color:#8184fc; font-size:75%; font-weight:bold; background-color:#cfd0fe; text-align:center;}
#s2 {color:#8184fc; font-size:75%; font-weight:bold; text-align:center;}
#tf {color:#000000; font-size:110%; font-weight:normal; font-family: Courier, "Courier New", monospace }
#ti {color:#000066; font-size:160%; font-weight:bold; text-align:center; margin:1px 4% 1px 4%; background-color:#95a0df;}
#t2 {color:#000066; font-size:160%; font-weight:bold; text-align:center;}
#w1 {color:#000066; font-size:75%; font-weight:bold; background-color:#fdfbe8; text-align:left;}
#w2 {color:#000084; font-size:150%; font-weight:bold; background-color:#c4caec; text-align:center;}
#w3 {color:#0a1494; font-size:40%; font-weight:bold; background-color:#fdfbe8; text-align:center;}
#w4 {color:#000066; font-size:90%; font-weight:normal; text-align:center;}
#w5 {color:#000066; font-size:90%; font-weight:normal; text-align:left;}
#pf {color:#ff0000; font-size:67%; font-weight:bold;}
#cd {color:#ff0099; font-size:67%; font-weight:bold;}
a:link {color: #4b4bff; text-decoration: none; }
a:active {color: #212b61; text-decoration: underline; }
a:visited {color: #d755ff; text-decoration: none; }
a:hover {color: #ee0719; text-decoration: none; }
