BEGIN { my $homedir = ( getpwuid($>) )[7]; my @user_include; foreach my $path (@INC) { if ( -d $homedir . '/perl' . $path ) { push @user_include, $homedir . '/perl' . $path; } } unshift @INC, @user_include; } p.copyright {font-family: Arial; Font-size: 8px; color: white; background: black;} .warning { font-family: arial; color: red; } .navbar { background-color: #ccc; display: block; float: left; border-bottom: #999; border-width: 0 0 thin thin; border-style: none none groove groove; margin: 0 0 0 10px; padding: 0 10px 0 10px; width: 200px; } a { text-decoration: none; } a:link {color: blue;} a:visited {color: #93C} a:hover {text-decoration: underline} a {font-family: "Times New Roman", Verdana, Lucida, Helvetica, Arial, sans-serif; font-size: 100%;} a.s2:link {color: white; font-size: 8pt; font-family: Verdana} a.s2:visited {color: white; font-size: 8pt; font-family: Verdana} a.s2:active {color: white; font-size: 8pt; font-family: Verdana} a.s2:hover {color: beige; font-size: 8pt; font-family: Verdana} a.s3 {text-decoration: underline; color: black; font-family: "Times New Roman", Verdana, Lucida, Helvetica, Arial, sans-serif; ; font-size: 12pt;} a.s3:link {text-decoration: underline; color: black; font-family: "Times New Roman", Verdana, Lucida, Helvetica, Arial, sans-serif; ; font-size: 12pt;} a.s3:visited {text-decoration: underline; color: black; font-family: "Times New Roman", Verdana, Lucida, Helvetica, Arial, sans-serif; ; font-size: 12pt; } a.s3:hover {text-decoration: none; } a.s4:link {text-decoration: underline; color: black; font-family: "Times New Roman", Verdana, Lucida, Helvetica, Arial, sans-serif; font-size: 12pt;} a.s4:hover {text-decoration: none; font-family: "Times New Roman", Verdana, Lucida, Helvetica, Arial, sans-serif; } a.s5 {text-decoration: none; color:#000066; font-size: 12pt; font-family: "Times New Roman", Verdana, Lucida, Helvetica, Arial, sans-serif; } a.s5:link {text-decoration: none; color:#000066; font-size: 12pt; font-family: "Times New Roman", Verdana, Lucida, Helvetica, Arial, sans-serif; } a.s5:visited {color:#551A8B; font-size: 12pt; font-family: "Times New Roman", Verdana, Lucida, Helvetica, Arial, sans-serif; } a.s5:active {color: black; font-size: 12pt font-family: "Times New Roman", Verdana, Lucida, Helvetica, Arial, sans-serif; } a.s5:hover {text-decoration: underline; color:#000066; font-size: 12pt; font-family: "Times New Roman", Verdana, Lucida, Helvetica, Arial, sans-serif; } a.s6 {text-decoration: none; color: black; font-size: 12pt; font-family: "Times New Roman", Verdana, Lucida, Helvetica, Arial, sans-serif; } a.s6:link {text-decoration: none; color: black; font-size: 8px; font-family: "Times New Roman", Verdana, Lucida, Helvetica, Arial, sans-serif; } a.s6:visited {text-decoration: none; color: balck; font-size: 8px; font-family: "Times New Roman", Verdana, Lucida, Helvetica, Arial, sans-serif; } a.s6:active {text-decoration: none; color: black; font-size: 8px; font-family: "Times New Roman", Verdana, Lucida, Helvetica, Arial, sans-serif; } a.s6:hover {text-decoration: none; color: black; font-size: 12pt; font-family: "Times New Roman", Verdana, Lucida, Helvetica, Arial, sans-serif; } .documentDescription { /* */ font-weight: bold; display: block; margin: 0em 0em 0.5em 0em; line-height: 1.5em; } .plain { form { margin:0; padding:0; } h1, h2, h3, h4, h5, h6 { color: Black; background-color: transparent; font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; font-weight: normal; margin: 0 0 0.25em 0; border-bottom: 1px solid #451257; padding: 0; } .orange {color: orange;} html,body {margin:0;padding:0;} p { margin:0 0 1em 0; padding:0: } body {background: #999999; color: navy; font-size: 18px; font-family: Geneva; margin-left: 0px; margin-right: 0px; top-margin 0px;} h1 {Color: #333300; font-family: Geneva, veranda; font-size: 36px; text-transform: uppercase;} h2 {font-family: Geneva; line-height: 150%; letter-spacing: -2px; text-align: right; text-decoration: underline; } @media print { body {background-color: white; color: black; font-family: sans-serif;} }