@charset "utf-8";/****************************** ** ** base.css ** ******************************//* import css */@import url("ui.css");@import url("text.css");@import url("photo.css");@import url("table.css");/* basic rules */html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,em,address,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{	margin:0;	padding:0;	border: none;	outline:0;	font-size:100%;	vertical-align:bottom;	background: transparent;	font-family:Arial, Helvetica, sans-serif;}body{line-height:1.5em; font-size: 0.857em;}h1,h2,h3{font-size: 1em;}ol,ul{list-style: none;}blockquote, q{quotes: none;}hr{display:none;}/* remember to define focus styles */:focus{	outline: 0;}/* remember to highlight inserts somehow */ins{	text-decoration: none;}del{	text-decoration: line-through;}/* tables still need 'cellspacing="0" in the markup */table{	border-collapse: collapse;	border-spacing: 0;}.none{	display:none!important;}.clear{	clear:both;}.center{	text-align: center;}.right{	text-align: right;}