﻿body {
    background-color:#1d64d4;
    color:red;
    font-family:微软雅黑;
    font-weight:bold;
    font-size:18px;
}
* {
margin:0;
padding:0;
}
#numberOneTitle {
width:1000px;
height:200px;
background-color:white;
margin:0 auto;
font-size:30px;
text-align:center;
padding-top:60px;
}
#numbertwoContent {
    margin-top:40px;
    margin:30px auto;
    background-color:white;
    width:1000px;
   padding:80px 0;
    font-size:22px;
    color:green;
}
    #numbertwoContent table td a {
    color:green;
    text-decoration:none;
    }
    #numbertwoContent table td a {
    color:red;
    text-decoration:none;
    }
#gopageFirst {
color:blue;
width:100px;
position:fixed;
right:15px;
bottom:100px;
font-size:30px;
font-weight:bold;
background-color:blue;
color:white;
text-align:center;
}
    #gopageFirst a {
    color:red;
    text-decoration:none;
    }
        #gopageFirst a:hover {
        color:yellow;
        text-decoration:none;
        }
