	body	{
		background:#000;
		color:#CCC;
		}

        A                       { color: #AA0000; text-decoration: none; }
        A:link          { color: #AA0000; text-decoration: none; }
        A:visited       { color: #AA0000; text-decoration: none; }
        A:active        { color: #999999; }
        A:hover         { color: #666666; }

	.box {
		width:500px;
		border-left:solid red 2px;
		}


