@charset "utf-8";
/* CSS Document */

.h1 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;}
	
.h2 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;}
	
.h3 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;}

.bodytext
	{font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;}
	
.bodytext_bold
	{font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;}
	
.bodytext_12px
	{font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;}
	
.bodytext_18px
	{font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;}

.bullet_flower
	{list-style-image: url(images/bullet_flower.jpg);}
	
.bullet_heart
	{list-style-image: url(images/bullet_heart.jpg);}

body {background-color: #FDF7E8;}


