/* Document Body */
body { background-color: #000000; }

/* Text Classes */
/* Pinkheader is used on the front page as a subtitle */
H1.pinkheader {
	font-family: "verdana";
	font-size: 15pt;
	color: #b776b2;
	font-weight: normal;
}

/* Footer Text is used on the bottom of the page */
.footertext {
	font-family: "verdana";
	font-size: 8pt;
	color: #b776b2;
	font-weight: normal;
}

/* Main body text */
.mainbody {
	font-family: "verdana";
	font-size: 10pt;
	color: #b776b2;
	text-decoration: none;
}

/* Title is used below images for their name */
.title {
	font-family: "verdana";
	font-size: 12pt;
	color: #b776b2;
	font-weight: bold;
	font-style:italic;
}

/* Size is used below images for their size in inches text */
.size {
	font-family: "verdana";
	font-size: 10pt;
	color: #b776b2;
	font-weight: normal;
}

/* Image Classes */
/* Galleryframe */

table.galleryframe {
  border-color: #5b5c7b; 
	border-style: solid;
  border-width: 2px;
} 

.galleryframe td {
  border-color: #5b5c7b; 
	border-style: solid;
}

/* Link Classes */
a, a:visited, a:hover, a:link {
	font-family: "verdana";
	font-weight: bold; 
	font-size: 10pt;
	color: #5b5c7b;
	text-decoration: none;
}