/*浏览器重设样式 */
html, body, div, span, applet, object, iframe, table, caption, 
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, 
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend { 
    vertical-align: baseline; 
	font-family:verdana;
	font-size:11px;
    outline: 0; 
    padding: 0; 
    margin: 0; 
    border: 0; 
	color:#7b7b7b;
	} 

:focus { 
    outline: 0; 
} 
body { 
    background: #262626; 
    line-height: 1;
	text-align:center;
	margin:0; padding:0
} 
div {
    margin:0px auto;
}
ol, ul { 
    list-style: none; 
} 
blockquote:before, blockquote:after, q:before, q:after { 
    content: “”; 
} 
blockquote, q { 
    quotes: “” “”; 
}
br{line-height:0;}
hr{height:1px;color:#c7c7c7;}
h1{font-size:12px;color:#c7c7c7;}

/*超链接样式*/
a.graylink:link {
    line-height:16px;
	color:#7b7b7b;
	text-decoration:none;
}
a.graylink:visited {
    line-height:16px;
	color:#7b7b7b;
	text-decoration:none;
}
a.graylink:hover {
     line-height:16px;
	color:#c7c7c7;
	text-decoration:underline;
}
a.graylink:active {
     line-height:16px;
	color:#7b7b7b;
	text-decoration:none;
}


a.redlink:link {
    line-height:20px;
	color:#ff0000;
	text-decoration:none;
}
a.redlink:visited {
    line-height:20px;
	color:#ff0000;
	text-decoration:none;
}
a.redlink:hover {
    line-height:20px;
	color:#FFFFFF;
	text-decoration:underline;
}
a.redlink:active {
    line-height:20px;
	color:#ff0000;
	text-decoration:none;
}
/*word style*/
.red{
font-size:11px;
color:#FF0000;
}