body{
    background-color: lightcyan;
}
table, td{
    border: medium solid black;
    border-collapse: collapse; 
}
table{
    width: 600px; 
    margin: 0 auto;
    background: white;   
}
#header{
    background-color:#B0E610;  
}
#header h1{
    color: #7E007B;
    font-family:'Chewy', cursive;;
    text-align: center; 
    font-size: 60px;
    /*text shadow:h-shadow v-shadow #cccccc*/
    text-shadow: -3px -2px #cccccc; 
}
#links{
    width 150px; 
    vertical-align: top; 
    background-color: #7526BF;
}
#links ul{
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
}
#links ul li{
    
}
#links ul li a{
    text-decoration: none; 
    background-color: #7526BF;
    color: white;
    display: block; 
    padding: 7px 0 3px 10px;
    border-bottom: medium solid white;
}
#links ul li a:hover{
    background-color: white;
    color: #7526BF; 
}
#content{
    width: 450px; 
    padding: 10px;
}
#content img{
    float: left;
    padding: 0 10px 0 0; 
}
#content p:first-child:first-letter{
    float: left; 
    color: purple;
    font-size: 75px; 
    line-height: 60px; 
    padding-right: 20px; 
    font-family: "urw chancery l"; 
}
#footer{
    font-size: xx-small; 
    text-align: right; 
    font-family: sans-serif; 
    padding: 5px 3px;
}