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: #FFFFFF;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: top;
}

#container {
       position:     absolute;
       top:          0px;
       left:         50%;
       width:        1024px;
       margin-left:  -512px;/* half of the width */
}
