body {	margin:0;	padding:0; background-color:#eee;	}
#container {	width:800px;	text-align:center;	margin: 10% auto;	padding:5px;}#box { 		background-color:#eee;	border:1px solid black;	width:25%;		text-align:left;	padding:10px;}p.date { 	font:5em "Lucida Sans", Helvetica,sans-serif;	text-align:center;}p.links {	font: .5em "Lucida Sans", Helvetica,sans-serif;	text-align:left;	}
p { font-family: "Lucida Sans", "Helvetica",sans-serif; }
a:link {	color: #ff6633;	font-family: "Lucida Sans", "Helvetica",sans-serif;	font-weight:normal;	text-decoration: none;}        a:visited {color:#f63;}  a:hover {	border: 1px dotted #999;     border-width: 1px;	color: #ff6633;	background: #000;     text-decoration: none;}a:active {color:#0000FF;} 