﻿/* CSS resets 重置样式 */
html, body,span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,p,
dl, dt, dd, ol, ul, li,
 form, label,
table, caption, tbody, tfoot, thead, tr, th {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 vertical-align: baseline;
}
body{font:12px/1.5 Microsoft YaHei,Tahoma,Simsun;}
input, button, textarea, select, optgroup, option {font-family:Microsoft YaHei,Tahoma,Simsun;font-size: 12px;}
ol, ul {list-style: none;}
a{ color:#1d13db;text-decoration:none;}
a:hover{ text-decoration:underline;}
img{vertical-align:top;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
.addtitle {width:auto;height: auto; background-color:#AFEEEE; text-align: center;}
/* CSS resets */
