@charset "utf-8";
/* CSS Document */

/* Overall */
body {height:100%; width:100%; font: 12px/200% "宋体", arial; font-weight:bold; color:black; background-color:white;}
body,div,img,p,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,select{margin:0; padding:0;}
img {border: solid 1px #99C; width:980px;}
a:link	{color: #2187ff; text-decoration:none;}

/* Content */
#manualTitle {color:#154bb8;font-size:24px; border-bottom:#99C dashed 1px;}
#manualText {width:980px; padding-left:10px; padding-right:10px; font:16px/200% "宋体",arial; font-weight:bold; border:gray solid 1px;}
#manualText p {line-height:300%;}

