/* mystyle.css */
body { background-color : linen; color : blueviolet;
         margin-left : 30px; margin-right : 30px; }
h3 { text-align : center; color : darkred; }
