 
/* Style sheet for bdjdesigns.com. February 2006 */

body  /* definesbackground color */
{ 
	background-color: #ffffff;
	background-image: url(images/marble44.gif);
}

h1	/* Main (h1) headers. White, large. */
{ 
	font-family: "Arial";
	font-size: 1.75em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.0em;
}

h2	/* Secondary (h2) headers. slightly smaller than main header. */
{ 
	font-family: "Arial";
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 0.0em;
	margin-bottom: 0.5em;
}

h3	/* Third level (h3) headers. slightly smaller than main header. */
{ 
	font-family: "Arial";
	font-size: 1.15em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 0.0em;
	margin-bottom: 0.5em;
}

p  /* Used for paragraphs. . */
{
	font-family: "Arial";
	font-size: 1em;
	color: #000000;
	text-align: left;
}

.maintext  /* Used for most of the text. Same as paragraph */
{
	font-family: "Arial";
	font-size: 1em;
	color: #000000;
	text-align: left;
}

.maintextright  /* Right-justified */
{
	font-family: "Arial";
	font-size: 1em;
	color: #000000;
	text-align: right;
}

.poem  /* Used for poems and quotes. */
{
	font-family: "Arial";
	font-size: .95em;
	color: #000000;
	font-style: italic;
	text-align: center;
}

.poemleft  /* Used for poems and quotes. */
{
	font-family: "Arial";
	font-size: .95em;
	color: #000000;
	font-style: italic;
	text-align: left;
}

/* Navigation Controls */

/* Default navigation for main text (on white background). 
Inherit font-family and size from parent.
Link color is pale blue, active & visited link = gold, hover = bright red. */

a:link { color: #0000cc } /* unvisited links */

a:visited { color: #bb00bb } /* visited links */

a:active { color: #bb8800 } /* when link is clicked */

a:hover  {  color: #ef3c21 } /* hover */

