/* 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: white; /* Sets bgcolor color in body. */ background-image: url(images/backbcya2.gif); color: black; /* Sets text color in body. */ margin: 12px; text-align: left; text-indent: 0pt; text-decoration: none; /* underline, line-through, blink, none */ font-size: 10pt; font-style: normal; /* normal, italic, oblique */ font-weight: normal; /* normal, bold, 100-900 */ font-family: arial, sans-serif; } a:link { color: #339900; font-size: ; /* was 10 pt */ text-decoration: none; } a:visited { color: #339900; font-size: ; /* was 10 pt */ text-decoration: none; } a:hover { color: #F57A00; font-weight: ; font-size: ; /* was 10 pt */ font-style: ; font-family: ; } 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; } table.workshops { width:100%; border:3px solid #008080; background-color: #009900; /*green: #629F39*/ color: #F8D7A5; font-weight: bold; } td.olive { color:orange; background-color: olive; align:center; font-size: 16pt; font-style: normal; font-family: verdana, ariel; font-weight: normal; text-decoration: underline; text-align:center; } 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: 11pt; } .red { color: red; } .black { color: black; } a:link.black { color: black; } a:visited.black { color: black; }