﻿* {
font-family:微软雅黑;
font-size:16px;
color:black;
margin:0;
padding:0;
}
body {
    margin:0;
    padding:0;
    background-color:#a32121;
    height:2500px;
}
#title {
background-color:white;
width:1200px;
height:auto;
padding:15px 0px 20px 0px;
margin:0 auto;
text-align:center;
}
#title span {
font-size:33px;
font-weight:bold;
}
#Content {
width:1200px;
height:2300px;
margin:15px auto;
}
#content1 {
width:1200px;
height:2300px;
background-color:white;
}
 #content1 p {
 text-indent:2em;
 line-height:40px;   
 padding:30px 60px;
 font-size:18px;
    }
.menu {
background-color:#1b58ea;
color:white;
font-size:22px;
margin-bottom:10px;
padding:10px 0;
border:solid 2px red;
text-align:center;
}
.menu:hover {
background-color:#2cd7a3;
}
.menu a{
color:white;
font-size:22px;
text-decoration:none;
font-weight:bold;
}
.menu a:hover{
color:red;
font-size:22px;
text-decoration:none;
font-weight:bold;
}
