/*
Stylesheet for Music Theory / Guitar Instruction Web Service (Capstone for Malboro College Grad Center)
This stylesheet is for styles of standard HTML tags
*/

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

body {
	background-color: beige;
}

em { font-weight: bold; }

