/* 
 * index.css
 *
 */
body{
        font-family:sans-serif;
        font-size:15px;
        margin:25px;
        padding:0;
	color:#184573;
        background-color:#fff;
        background-position:center center;
        background-repeat:no-repeat;
        background-attachment:fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-image:url("../images/HuangShan.jpeg");
}

h1{
	font-family:Cinzel;
	font-size:37px;
}

li{
	font-family:Cinzel;
	font-size:17px;
}


