/*
CSE 190 M, Spring 2012, Marty Stepp
This is my style sheet file from lecture for my ducky page.
*/

body {
	background-color: yellow;
}

h1 {
	color: red;
	font-family: Arial;
	font-size: 14pt;
}

p {
	background-color: #ff3399;
	color: green;
}
