/* 
	Portfolio 3
	Layout Style Sheet
	
	Author: Elaine
*/

/* body */

body {
		background-color:paleturquoise;
		font-size: 1.1em;
		font-family:Arial, Helvetica, sans-serif;
}

/* Heading styles */

h1	{
		color: Cooper Black;
		font-size: 150%;
		font-style: italic;
		font-family: sans-serif;
}

h2 { 
		background-color: teal;
		color:white;
}

h3 { 
		background-color: teal;
		color:white;
}

h4 { 
		text-transform: small-caps;
}

em {
		color: green;
		font-style:bold;
}

link {
		font-size: 1.5em;
		color: teal;
		font-style: bold;
}

a {
			color:#9EFF00;
}
		
a:hover {
			text-decoration: underline;
			color: white;
}