    <style type="text/css">
        body {
			font: 9pt/1.6em Microsoft YaHei;
        }
		a {
			color:white;
			text-decoration:none; 
		}
		a:hover {
			color:white;
			text-decoration:underline;
		}
        #game {
            background: #408080;
            width: 360px;
            margin: 0 auto;
            margin-top: 200px;
            color: #fff;
            padding: 20px;

            -moz-border-radius-topleft: 4px;
            -moz-border-radius-topright: 4px;
            -moz-border-radius-bottomleft: 4px;
            -moz-border-radius-bottomright: 4px;
            -webkit-border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -webkit-border-bottom-left-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;

            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }
        
        h1 {
            padding: 10px;
            margin: 5px 0 0 0;
            font-size: 24px;
        }

        p {
            padding: 5px 20px 5px 25px;
            margin: 0;
            font-size: 14px;
        }
        img{
            border:0px;
        }
    </style>