/* this is the style sheet for just the "works" page of 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: #555555;
	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;
	border-bottom: 2px solid gray;
}

h3 {
	font-size: 13pt;
}

em {
	font-size: 13pt;

.colorWorks {
	background-color: #ff6347;
}

