
body{
    background: white;
    color:black;
    font-family:Verdana, Arial, sans-serif;
    text-align:center;
}

a {color:#6a794c;font-weight:bold}
a:visited {color:#853884}

h1{
    color:#fff;
    background:url("tile.png") repeat-x;
    font-size:larger;
    text-align:center;
    height:51px;
    padding:0;
    margin:0;
    line-height:51px;
}

ul li{list-style-image:url("bullet.png");margin:0.7em 0;padding:0;line-height:1.3em}

div{
    background: url("logo.png") no-repeat center top;
    text-align:left;
    margin:0 auto;
    width:25em;
    padding-top:170px;
    border-bottom:3px solid #727272;
}

