/* the basic 16 colors: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow For Nescape and IE color names, see http://www.users.interport.net/%7Egiant/COLOR/1ColorSpecifier.html */ body { background-color: #FFFFCC; /* #FFFFCC = pale yellow */ background-image: ; /* url(images/LittleBall.gif) background-attachment: fixed; background-position: 0% 0%; background-repeat: no-repeat; color: #9933FF; /* #660099 = darker purple */ margin: 10px; text-align: left; text-indent: 0pt; text-decoration: none; /* underline, line-through, blink, none */ font-size: 8pt; font-style: normal; /* normal, italic, oblique */ font-weight: normal; /* normal, bold, 100-900 */ font-family: arial, verdana, sans-serif; } a:link { color: #9933FF; font-size: ; /* was 10 pt */ text-decoration: none; } a:visited { color: #9933FF; font-size: ; /* was 10 pt */ text-decoration: none; } a:hover { color: #FFCC66; font-weight: ; font-size: ; /* was 10 pt */ font-style: ; font-family: ; text-decoration: underline; } a:hover.orange { color: orange; font-weight: ; font-size: ; /* was 10 pt */ font-style: ; text-decoration: none; } a:hover.green { color: green; font-weight: ; font-size: ; /* was 10 pt */ font-style: ; text-decoration: none; } ul { list-style: inside disc yellow; line-height: 1.15; } ul ul { list-style: inside square; } ul ul ul { list-style: inside circle; } ul.justify { text-align:justify; margin-right:10%; } li.red { color: red; } li.blue { color: blue; } li.orange { color: orange; } td { font-size: 10pt; } .red { color: red; } .black { color: black; } .darkpurple {color: #660099;} .small {font-size: 8 pt;} a:link.black { color: black; } a:visited.black { color: black; } .style22 { position: relative; width: 350px; height: ; overflow: visible; border: 1px ridge green; }