P {
   text-indent: 2em;
   color: white;
   font-family: helvetica;
	}

P.SIGN {
   font-size: small;
   color: gray;
   font-family: helvetica;
	}


BODY {
        background: black;
	color: white;
	font-family: helvetica;
        }
A:link {
        color: yellow;
        text-decoration: none;
        }
A:active {
        color: red;
        text-decoration: none;
        }
A:visited {
        color: gray;
        text-decoration: none;
        }
A:hover {
	color: #ff2020;
	text-decoration: none;
	}

H1, H2, H3, H4, H5, H6 {
	font-family: helvetica;
        font-weight: bold;
        color: #ffffcc;
        }

