/* this is the style sheet for my website. */

body {
	font-family: Georgia, Times, serif; 
	font-size: 11.5pt;
	margin-left: 10%;
	margin-right: 10%;
}

.oneFourCopy { 
	line-height: 1.4; 
} /* this sets the line height to 1.4 lines */

h1, h2, h3 { 
	color: #444444;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 20pt;
	border-bottom: 3px solid gray;
} /* this puts a 3-pixels-wide line underneath all of the "h1" headers */


h2 {
	font-size: 16pt;
	line-height: 12pt;
}

h3 {
	font-size: 13pt;
}

.colorHome {
	background-color: #F5EDF5;
} /* I made this color up, using a simple sketch in Processing... */

.colorContact {
	background-color: #e09020;
}

.colorLinks {
	background-color: #e0f0ff;
} /* I made this one up too... */

.colorProjects {
	background-color: #ffe4e1; 
}

.colorListen {
	background-color: #b0b8de;
} /* I made this color up... */

.colorNotes01 {
	background-color: #f5deb3;
}

.colorNotes02 {
	background-color: #f050d0;
}

.colorDiss {
	background-color: #d8bfd8;
}

.colorTeaching {
	background-color: #f0fff0;
}

<!--see separate doc for css controlling "works" page background color. doc = SamNicholsWorks.css -->