/*
Marty Stepp, CSE 190 M, April 1 2009
This file defines style rules for the Resume web page
to affect the appearance of the tags on the screen.
*/

body {
	font-family: "Arial";
}

h1 {
	background-color: yellow;
	color: green;
}

h2 {
	color: rgb(0, 128, 164);
	font-size: 36pt;
}
