/* Change the color of all <p> elements to "red". */ 
p {color:red}
/* Change the color of the element with id="para1", to "blue". */
#para1 {color:blue}
/* Change the color of all elements with the class "colortext", to "green". */
#colortext {color: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". */