body {	margin: 20px;	padding: 0;	background: #333;	text-align: center;	font-size: 75% ;	}#box {	text-align: left ;	}h1, h2, h3, p, .norm {	font: normal 1.1em verdana, arial, sans-serif;	color: #CCC;	}h1 {	font-size: 1.8em ;	}h2 {	font-size: 1.1em ;	}h3 {	font-size: 1.2em ;	}.hide {	font-style: italic ;	}/* links */a {	font: normal 1em verdana, arial, sans-serif;		text-decoration: underline;	}a:link, a:visited {	color: #FFF;		}	a:hover, a:active {	color: #333;		background-color: #FFF ;	text-decoration: none;	}	