.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
  background-color: #990000; color: #FFFF66;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
  color: #660000; font-style: oblique;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #990000;
  color: #FFFF66;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCC66;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.footer {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #FFFF99;
}
/*Melissa's Code is below this line*/

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a:hover {color: #6f48a5;}
a:link {color: black;} 
a:visited {color: #6f48a5;} 
a:active {color: #6f48a5;} 

.RegularText{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#434343;
	text-align:center;
}
.RegularTextBio{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#434343;
	text-align:center;
}
.RegularTextPurple{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color:aa99c1;
	text-align:center;
}
.SmallText{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#434343;
	text-align:center;
}
.galleryTitles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #6d6d6d;
}
#content {
	margin-left: 12%;
	margin-right: 12%;
	font-weight: normal;
	text-align: center;
} 
