home *** CD-ROM | disk | FTP | other *** search
- BODY {
- color: white;
- background: steelblue;
- font-size: 10pt;
- font-weight:none;
- font-family: Arial, Helvetica;
- }
- H1 {
- color: paleturquoise;
- font-family:"Arial";
- font-size: 20pt;
- font-weight:bold;
- text-align:center;
- }
- .P1 {font-size: 14pt }
- .P2 {font-size: 75% }
- .P3 {font-size: xx-large }
- .P4 {font-size: larger }
-
- a:link {
- color: yellow;
- text-decoration : none;
- }
- a:visited {
- color: white;
- text-decoration : none;
- }
- /* Links when hovered over (MSIE only) */
- a:hover {
- color: #FF6666;
- font-weight:bold;
- text-decoration : underline;
- }
-