/*
 *@description: aapanel reset style
 *@author: ken
 *version: 1.0
 */

 * {
    margin:0;
    padding:0;
   }

   ol, ul {
       list-style: none;
   }

 a {
     color:#fff;
     border:0;
     text-decoration: none;
   }
body,html {
	background-color:#f7f7f7;
	font-size: 12px;
	font-family: Helvetica,Arial,"Hiragino Sans GB","Microsoft Yahei","微软雅黑",STHeiti,"华文细黑",sans-serif;
	height:100%
}
main{
    font-family: sans-serif;
    font-size: 16px;
}
code a{
	color:#000;
}
h1{ font-size: 3em;}
h2{ font-size: 2em;}
h3{ font-size: 1em;}
h4{ font-size: 14px;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
	q:before, q:after {
	content: '';
	content: none;
}
