/* Page style */
body {font-family: Arial, sans-serif; background-color: #FFF8DC; color: black;}

/* Main heading */
h1 {color: hotpink;}

/* Subheadings */
h2 {color: deepskyblue;}

/* Paragraphs */
p {color: darkslategray;}

/* Circle bullets */
ul {list-style-type: circle; color: mediumseagreen;}

/* Numbered list */
ol {list-style-type: upper-roman; color: darkorange;}

/* Links */
a {color: mediumblue;}
a:hover {color: red;}