

/* Generic Selectors */


body {

width: 100%;

font-family: Georgia, "Times New Roman", serif;

background-image: url('../graphics/fireflybg.jpg');
	background-attachment: fixed;
background-size: 100%
}

p {

width: 100%;

font-size: 14px;

font-family: "Palatino Linotype", "Times New Roman", serif;

text-align: justify;

text-justify: newspaper

}

.firstLetter{
  display      : block;
  float        : left;
  margin-top   : -0.63em; /* use -0.205em for two lines */
  margin-left  : -0.56em;
  margin-right : 0.5em;
  height       : 4.5em;
}

.firstLetter span{
  font-size    : 5.6em;   /* use 3.33em for two lines */
  line-height  : 1.0em;
}

.firstLetter + span{
  margin-left  : -0.5em;
}


li {

list-style-type: disc;

font-size: 14px;

font-family: "Palatino Linotype", "Times New Roman", serif;

text-align: justify;

text-justify: newspaper

}

h1 {

font-family: "Palatino Linotype", "Times New Roman", serif;

font-size: 36px;

text-align: center;

font-weight: bold;

color: #000000;

}

h2 {

font-family: "Palatino Linotype", "Times New Roman", serif;

font-size: 18px;

color: #000000;

text-align: center;

}

h3 {

font-family: "Palatino Linotype", "Times New Roman", serif;

font-size: 16px;

font-weight: bold;

color: #000000;

text-align: center;

}

h4 {

width: 100%;

font-size: 14px;

font-family: "Palatino Linotype", "Times New Roman", serif;

text-align: center;

font-weight: normal;

}

h5 {

width: 100%;

font-size: 14px;

font-family: "Palatino Linotype", "Times New Roman", serif;

text-align: right;

font-weight: normal;

}

blockquote {

font-size: 14px;

font-family: "Palatino Linotype", "Times New Roman", serif;

text-align: justify;

text-justify: newspaper;

width: 450px;

padding-left: 25px;


}



 

/**************** Pseudo classes ****************/

	



a:link { 
	color: #8B0000;
	}
a:visited { 
	color: #B22222;
	}
a:hover { 
	color: #CCCCCC;
	}
a:active { 
	color: #FF0000;
	}












/************************* ID's *************************/


