/*CSS style sheet for Minnesota Odonates*/

body {
	background-image:url(/backgrounds/dragonfly_background_blue.gif);
    background-color:#FFFFFF
}
/*======================*/
/*  General Info page   */
/*======================*/

.gen_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #660099;
}
.gen_text {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
}
/*==================*/
/*  Contents page   */
/*==================*/

.cont_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
.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: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #660099;
}
.thumb_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #660099;
	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;
}

