
body {
	/*line-height: 1;*/
	width:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

.hot { width:1180px; margin:0 auto; padding-top:20px; padding-bottom:10px;}
.hot h1 { font-weight:normal; font-size:14px; color:#aaa; padding:0; margin:0}
.hot h1 a { padding:0 10px}