/*
CSE 190 M
style sheet for Marty's resume page
*/

h1 {
	font-size: 10pt;
}

h2 {
	color: green;
}

p {
	background-color: red;
	font-family: "Comic Sans MS";
}