/*
Title:External Css
Author:Jack Harker
Purpose: to make other pages pretty
Originaly created on: 4/26/12
Last Modified:4/27/12
Last Modified By: Jack Harker
Modification history: made comment
*/
body{ background-color: #80ff00;
	color: 800f00;
	Font-family: sans-serif;
	Font-size:1.75em;}
p {color:maroon;
}

h1, h2 {
		color: maroon;
}

p {
		color: maroon;
}

p.greentea {
		color: green;
}

p.raspberry {
		color: blue;
}

p.blueberry {
		color: green;
}
	