6 lines
240 B
CSS
6 lines
240 B
CSS
|
/* CSS Document */
|
||
|
body {text-align:center;}
|
||
|
* { padding:0px; margin:0px; border:0px; list-style-type:none;}
|
||
|
a { font-family:"宋体"; font-size:12px; color:#203756; text-decoration:none;}
|
||
|
img { cursor:pointer;}
|
||
|
table {background: #e3eeff;}
|