home *** CD-ROM | disk | FTP | other *** search
- /*
- ccatarog CSSâtâ@âCâï
- */
- A:link {
- color: #3333cc;
- text-decoration: none;
- }
- A:visited {
- color: #3333cc;
- text-decoration: none;
- }
- A:active {
- color: #cc0088;
- text-decoration: none;
- }
-
- A:hover {
- color: #cc0088;
- background-color: #ffffcc;
- text-decoration: none;
- }
-
- body {
- margin-top: 0em;
- margin-left: 1em;
- margin-right: 1em;
- margin-bottom: 2em;
- background-color: #eeffee;
- color: #000000;
- }
-
- H1 {
- font-family: 'Times New Roman' , serif;
- text-indent: 0.2em;
- margin-bottom: 1em;
- margin-left: 0em;
- margin-right: 0em;
- margin-top: 1em;
- font-size: 150%;
- border-bottom: double #9999ff;
- border-left: thick solid #9999ff;
- }
- H2 {
- font-family: 'Times New Roman' , serif;
- margin-bottom: 1em;
- margin-left: 0em;
- margin-right: 0em;
- margin-top: 3em;
- font-size: 120%;
- border-bottom: thin solid #9999ff;
- }
-
- HR {
- display: none;
- }
-
- HR.line {
- display: thin solid #9999ff;
- }
-
- P.close {
- text-align: right;
- font-size: 80%;
- border-top: thin solid #9999ff;
- }
-