/*General CSS settings to be applied to all items unless otherwise specified*/* {	margin:0;	padding:0;	}body{	font-size:small;	font-family: Times, "Times New Roman", serif;	color:#333;	}* html body{	font-size:x-small;/*For IE5/Win since it displays text too large*/	f\ont-size:small;/*For other IE versions, they ignore the backslash*/}a img {	border:none;	border-bottom:none;	text-decoration:none;	border-width:0;	}	a {	text-decoration:none;	}	a:link:hover{	text-decoration:underline;}a:visited:hover{	text-decoration:underline;}ul {	list-style:none;	}#Outter_Wrap{		position:relative;		width:779px;		margin: 0px auto;		padding:0;}