@import url('styles.css');*{	margin: 0px;	padding: 0px;	border: 0px;}html{	font-size: 62.5%;}body{	background-color: #fff;	color: #888;	font: 1.1em/1.4em Verdana, Arial, Helvetica, sans-serif;}/* These specifications should prevent incorrectly font sizes due to inheritance */table, th, td, li li, li p, td p, blockquote p {	font-size:1em	}/* Get rid of image link borders in certain browsers */a img{	border: none;}