﻿/*重置样式*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
margin: 0;
padding: 0;
}

img {
border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}

abbr, acronym {
border: 0;
font-variant: normal;
}

input, textarea, select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
}
/*to enable resizing for IE*/
input, textarea {
font-size: 100%;
}

li {
list-style: none;
}

/*table {
border-collapse: collapse;
border-spacing: 0;
}*/

a:link, a:visited {
text-decoration: none;
}

.fl {
float: left;
}

.fr {
float: right;
}

a:hover {
text-decoration: none;
}
