/*
TITLE: Lounge CSS
AUTHOR: Paige Harker
PURPOSE:Internet Apps.
ORIGINALLY CREATED ON:04.27.12 
LAST MODIFIED ON: 04.27.12
LAST MODIFIED BY:paige harker
MODIFICATION HISTORY: Edited CSS
 */
body { 	
		color: #368228B;
		Background:#00F5FF;
		font-family: sans-serif;
		font-size: 1.25em;
		font-weight: bold;
}
h1, h2 {
		color: gray;
}
h1 {
		border-bottom: 1px solid black;
}
p.greentea {
		color: green;
}
p {
		color: maroon;
}

p.raspberry {
		color: blue;
}
p.blueberry {
		color: purple;
}
em { color: #EE82EE;
	font-size:.90em
}

