    body {

	margin: 10px;

	text-align: center;

	font-family:Verdana, Arial, Helvetica, sans-serif;

        font-size: 12px;

	color: #000;

	background: #fff;

    }

    a {

	color: #009;

	text-decoration: none;

	border-bottom: 1px dotted #4040D9;

    }

    a:hover {

	text-decoration: none;

	border-bottom: 1px solid #009;

    }

    img {

	display: block;

	border: 0;
    }

    info {

	color:#666;

    }
