body { 
    background:black;
	text-align:center;
    }
#page {
    text-align:center;
    color:#999; 
	}
#title {
	position:relative;
	left:4px;
	top:0;
	}
#ditty {
	font-style:italic;
	font-size:110%;
	}

#page a {
	color:#ccc;
	}

#content {
	text-align:left;
	font-size:110%;
	}

#content .first:first-letter {
	font-size:250%;
	font-weight:600;
	float:left;
	}

hr {
	color:#999;
	height:2px;
	}

#footer {
	margin-top:40px;
	border-style:solid;
	border-color:#666;
	border-width:1px 0 1px 0;
	width:100%;
	color:#999;
	text-align:center;
	background-color:#333;
	}

#unusual {
	margin-top:10px;
	color:#fff;
	border-style:solid;
	border-color:#f00;
	border-width:1px;
	background-color:#633;
	width:500px;
	}

#unusual a {
	color:#fff;
	font-weight:600;
	font-style:italic;
	text-decoration:underline;
	}
#unusual a:hover {
	color:#f00;
	}

#unosar {
	margin-top:10px;
	color:#000;
	}

#browser {
	color: #f00;
	width:80%;
	}

