body {
font-family: sans-serif;
}
h1, h2 {
color: gray;
}
h1 {
border-bottom: 1px solid black;
}
p {
color: maroon;
}
em {
font-family: serif;
}
p {color: black;}

.greentea { color: green; }

p.greentea { color: green; }

p.rasberry { color: blue; }

p.blueberry { color:blue; }

p.cranberry { color: red; }

