/* CSS Document */
  
p {
	background-color:#000000;
	font-family: "Book Antiqua";
	font-size: 18px;
	color:#CCCCCC;
	/*line-height: 25px;*/
	/*padding: 3px;*/
	font-style: italic;
	text-align: justify;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
}

h3 {
	background-color:#000000;
	font-family: "Book Antiqua";
	font-size: 18px;
	color:#CCCCCC;
	/*line-height: 25px;*/
	/*padding: 3px;*/
	font-style: italic;
	text-align: justify;
	text-decoration: underline;
}

ul {
	font-family: "Book Antiqua";
	font-size: 18px;
	font-style: italic;
	text-align: justify;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	display: block;
	padding: 8px;
	height: 40px;
	text-decoration: none;
}

.simply {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
	line-height: 26px;
}

.pure {


	background-color:#000000;
	font-family: "Book Antiqua";
	font-size: 24px;
	color:#00FFFF;
	line-height: normal;
	padding: 3px;
	font-style: italic;
	text-align: justify;
	font-weight: normal;
}

.heart {


	background-color:#000000;
	font-family: "Book Antiqua";
	font-size: 24px;
	color:#FF0000;
	line-height: normal;
	padding: 3px;
	font-style: italic;
	text-align: justify;
	font-weight: normal;
}

.bullet {

	background-color:#000000;
	font-family: "Book Antiqua";
	font-size: 18px;
	color:#CCCCCC;
	line-height: 25px;
	padding: 3px;
	font-style: italic;
	text-align: justify;
	padding-left: 30px;
}

