/* 
Allison Obourn
CSC 337
Lecture 2

Red/yellow theme for the Koala page
*/

p {
	color: red;
	background-color: yellow;
}

h1 {
	font-size: 5em;
}

body {
	font-family: 
}