/* 
	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: teal;
		font-size: 150%;
		font-style: italic;
		font-family: sans-serif;
}

h2 { 
		background-color: teal;
		color:white;
}

h3 { 
		background-color: teal;
		color:white;
}


link {
		font-size: 1.5em;
		color: teal;
		font-style: bold;
}