/*This is a multi lined comment
*/
h1{
    color:red;
    text-align:center;
}

p{
    color:purple;
    text-align:center;
    font-size:20px;
    background-color:lightgray;
}

body{
    background-color:khaki;
/*    background-image: url("        ");
 *    background-repeat:    ;
 *    background-position:   ;
*/
}
