body{
    width: 640px;
    padding:0;
    margin:50px auto;
    background:#def;
    font-family:georgia,garamond,serif;
    color:black;
    word-wrap:break-word;
}
img{
    border:0;
}
hr{
    border:0 solid gray;
    border-width:0 0 1px;
    height:0;
}
a{
    color:black;
}
header{
    text-align:right;
}
header h1{
    text-align:center;
    text-shadow: 5px 5px 5px #888888;
}
header h1 a{
    text-decoration: none;
}