/* 默认 */ body{ line-height:150%; padding:0; font-size:12px; font-family: "tahoma","宋体"; margin:0px; } td{ font-size:12px; } /* common table style */ table { border-collapse:collapse; } /* 默认连接 */ a:link{ color:#000080; text-decoration:none; } a:visited{ color:#000000; text-decoration:none; } a:hover{ color:#ff0000; text-decoration:underline; }
|