/*
TITLE: Lounge CSS
AUTHOR: Alexis Crail
PURPOSE: Internet Apps Class
ORIGINALLY CREATED ON: 04.27.12
LAST MODIFIED ON: 04.27.12
LAST MODIFIED BY: Alexis Crail
MODIFICATION HISTORY: Edited CSS
 */
Body { 
	color:#FFFF00;
	Background:#903060;
	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
	}
