p {
    background: pink;
    font-size: 16px;
     font-family: "Lucida Console", Times, serif;
}

h1, h2, h3, h4, h5,h6  {
    background: grey;
    font-size: 24px;
     font-family: "Lucida Console", Times, serif;
}

table, th, td {
    border: 3px solid grey;
    border-collapse: collapse;
}
 
 img {
      border: 3px dotted black;
 }
 
 body { 
    background: #FFFFCC; no-repeat fixed center; 
}
 

    
