body { background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2 { color: gray;
}
h1 { border-bottom: 1px solid black;
}
p { color: maroon;
}
p.greentea { color: green;
}
p.raspberry { color: blue;
}
p.blueberry { color: purple;
}
h1, h2 {
font-family: sans-serif;
color: gray;
}
h1 {
border-bottom: 1px solid black;
}
p {
font-family: sans-serif;
color: maroon;
}
/*
This css file is an example of changing the color of different areas of a page.
*/