/* Change the color of all <p> elements to "red". */ 

/* Change the color of the element with id="para1", to "blue". */

/* Change the color of all elements with the class "colortext", to "green". */

/* Set the background color for the page to "linen" and the background color for <h1> to "lightblue". */ 

/* Set a "4px", "dotted" border for <p>. */

/* Set the border color for <p> to "red". */

a{