/* 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: #003399; /* Sets bgcolor color in body. */ background-image: url(images/backbcya2.gif); color: ; /* Sets text color in body. */ margin: 12px; text-align: left; text-indent: 0pt; text-decoration: none; /* underline, line-through, blink, none */ font-size: 12pt; font-style: normal; /* normal, italic, oblique */ font-weight: normal; /* normal, bold, 100-900 */ font-family: arial, sans-serif, verdana; } a:link { color: white; font-size: ; /* was 10 pt */ text-decoration: none; } a:link.red { color: red; font-size: ; /* was 10 pt */ text-decoration: none; } a:link.teal { color: #66CCCC; font-size: ; /* was 10 pt */ text-decoration: none; } a:visited { color: white; font-size: ; /* was 10 pt */ text-decoration: none; } a:hover { color: #66CCCC; font-weight: ; font-size: ; /* was 10 pt */ font-style: ; font-family: ; } a:hover.pale { color: #00CCFF; 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; } h1 { color: #66CCCC; line-height: 24pt; font-size: 24pt; font-weight: 600; font-family: verdana, arial, sans-serif; } h2 { color: black; line-height: 20pt; font-size: 20pt; font-weight: 600; font-family: verdana, arial, sans-serif; } h3 { color: black; line-height: 18pt; font-size: 18pt; font-weight: 600; font-family: verdana, arial, sans-serif; } h4 { color: black; line-height: 15pt; font-size: 15pt; font-weight: 600; font-family: verdana, arial, sans-serif; } h5 { color: black; line-height: 13pt; font-size: 13pt; font-weight: 600; font-family: verdana, arial, sans-serif; } h6 { color: black; line-height: 12pt; font-size: 12pt; font-weight: 600; font-style: italic; font-family: verdana, arial, sans-serif; } 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.teal { color: #66CCCC; list-style: circle; } li.blue { color: blue; list-style: circle; } td { font-size: 12pt; color: black ; /* Sets text color*/ } .red { color: red; } .black { color: black; } .navy { color: #003399; } .teal { color: #66CCCC; } a:link.black { color: black; } a:visited.black { color: black; }