/*CSS style sheet for Maryland Odonates*/

/*======================*/
/*  General Info page   */
/*======================*/
.gen_title {
	font-family: "Lucida Calligraphy";
	font-size: x-large;
	color: #000000;
}
.gen_text {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
}
.gen_text_small {
	font-family:"Times New Roman", Times, serif;
	font-size: medium;
}
.gen_links {
	font-family: Tahoma;
	font-size: small;
}
/*==================*/
/*  Contents page   */
/*==================*/

.dfly_return_link {
	font-family: Tahoma;
	font-size: medium;
	color: #000000;
}
.cont_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
}
.cont_links {
	font-family: Tahoma;
	font-size: small;
}
.indent {
	font-family: Tahoma;
	font-size: small;
	text-indent: 30px;	
}
.double_indent {
	font-family: Tahoma;
	font-size: small;
	text-indent: 60px;	
}
/*==========================*/
/*  Thumbnail Photos pages  */
/*==========================*/

.thumb_title {
	font-family: "Lucida Calligraphy";
	font-size: large;
	color: #006666;
}
.thumb_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #006666;
	font-weight: bold;
}
.update {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
}
.thumb_text {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
.thumb_links {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight:bold;
}

