﻿
/*初始化*/
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}

html {
  width:100%;
  height: 100%;
}

body {
  width:100%;
  height: 100%;
 
}

/*清除列表的默认风格*/
ul, ol, dl {
  list-style: none;
}
ul, ol {
    padding: 0;
    margin: 0;
}

/*表单相关的元素*/
fieldset, img, input, button, textarea{
  border: none;
  margin: 0;
  padding: 0;
  /*去除外边线*/
  outline: none;
}
/*超链接标签*/
a{
  color: #999;
  text-decoration: none;
}
a:visited {
    color: #999;
    text-decoration: none !important;
}

a:link{ text-decoration: none !important;}