body 
{
    background-color: rgb(65, 65, 65);
    width:1000px; 
    margin:0 auto;
}

h1
{
    color: goldenrod;
    font-family:Comic Sans MS;
    text-align:center;
    font-size:100px; 
}
h1.thick
{
    font-weight: normal;
}

h2
{
    color:  goldenrod;
    font-family:Comic Sans MS,宋体;
    text-align:center;
    font-size:20px; 
}
h2.thick
{
    font-weight: normal;
}
h3
{
    color:  goldenrod;
    font-family:Comic Sans MS,宋体;
    text-align:center;
    font-size:15px; 
}
h3.thick
{
    font-weight: normal;
}
p
{
    color:  rgb(189, 189, 189);
    font-family:Comic Sans MS,宋体;
    text-align:left;
    font-size:15px; 
    text-indent:40px;
}
a
{
    color: goldenrod;
}
iframe
{
    border-style:none;   
}
address
{
    color: deepskyblue;
    font-family:Comic Sans MS;
}