p {
	
	font-size: 16px;
	color: #333333;
}

a:link {

	text-decoration: none;
	color: #990000;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}

.dateText {
	color: #a0e9cd;
}

.pink {
	color: #ff54f2;
}

body {
	background-color: #000000;
}

#content {
       position:     absolute;
       top:          0px;
       left:         50%;/*some magic to align the element in the center;
       width:        1000px;
       margin-left:  -500px;/* half of the width */
	
}