/*
lk = Font, links, left of page.
et = Bold standard text, for line headers
mh = Main Heading text.
tb = table background
dp = Document's primary text.
d2 = inset text.
d3 = centered text
se = Special emphasis text
w1 = Wild Card 1
w2 = Wild Card 2
w3  = smaller text in header
*/


body { background-color:#303030; color:#808040; padding:0;  margin: 1% 1% 1% 1%; border-width:0;}

#lk {font-size:90%; font-weight:bold; text-align:center; padding:5px;}
#et {color:#000066; background-color:#d9ddf2; font-size:110%; font-weight:bold;}
#e2 {color:#ff8081; text-align:center; font-size:140%; font-weight:bold;}
#mh {color:#ff8081; font-size:160%; font-weight:normal; text-align:center;}
#mc {text-align:center;}
#dp {color:#ff8081; background-color:#000000; font-size:110%; font-weight:normal; text-align:left; padding:3%;}
#d2 {color:#000066; background-color:#000000; font-size:90%; font-weight:normal; text-align:left; padding:3%;}
#d3 {color:#ff8081; background-color:#000000; font-size:130%; font-weight:normal; text-align:center; padding:3%;}
#d4 {background-color:#646464}
#se {color:#8184fc; font-size:75%; font-weight:bold; background-color:#cfd0fe; text-align:center;}
#s2 {color:#ff8081; font-size:75%; font-weight:bold; text-align:center;}
#w1 {color:#55cbed; font-size:75%; font-weight:normal; text-align:center;}
#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:#000000; font-size:80%; font-weight:bold; text-align:center;}
a:link {color: #ff0080; text-decoration: none; }
a:active {color: #ff0080; text-decoration: underline; }
a:visited {color: #a048b7; text-decoration: none; }
a:hover {color: #ee0719; text-decoration: none; }
