/*页面*/
body { width: 750px; margin: auto; padding: 0; background: #e0eef3; height: auto; }
img { border: 0; }
a { text-decoration: none; }
/*页面背景图片*/
.bgleftline { background-image: url(../images/line/line.gif); background-repeat: repeat-y; background-position: left top; }
.bgrightline { background-image: url(../images/line/line.gif); background-repeat: repeat-y; background-position: right top; }
/*段落格式*/
h4 { text-align: center; }
p { width: 740px; margin: auto; font-size: 14px; color: #000000; font-family: Arial, Helvetica, sans-serif,宋体; line-height: 150%; text-indent: 30px; margin: 0; }
/*只换行不分段*/
p.changeline { margin-top: 0; margin-bottom: 0; }
.zbmap { margin: 10px 0 0 30px; }
/*导航栏*/
#Nav a:link { color: #039a9a; }
#Nav a:visited { color: #039a9a; }
#Nav a:hover { color: #c30; }
#Nav { font-size: 15px; }

/*notic页面样式*/
#notice { font-family: 黑体; text-align: center; font-size: 23px; margin-top: 20px; }
p.normal { font-size: 20px; text-indent: 0; margin: 20px 0 20px 0; width: 700px; margin: auto; }
/*error页面样式*/
.error { text-align: center; font-size: 40px; margin: 40px 0 40px 0; color: Red; }

