/* rose_garden.css is the style sheet for http://annrose.cjb.net */
/* Dawn's style sheet */

HEAD
	{

	}


BODY
	{
	background-color: #000000;
	color:#000066;
	font-family: Arial Rounded MT Bold, Palatino Linotype, Garamond, serif;
	margin-top: +2%;
	margin-bottom: +10%;
	margin-left: 25px;
	margin-right: +5%;
	}


/* printing styles start */

UL, OL, DL, table { page-break-inside : avoid; }

H1, H2, H3, H4{ page-break-after: avoid; }

@page { size: 8.5in 11in; margin : .5in; }

/* printing styles end */




.indented_25
   {
   padding-left: 5pt;
   }

HR
	{
	color: #000095;
	}

HR.lt_blue
	{
	color: #DFDFFF;
	}

H1, H2, H3, H4, H5, H6
	{
	color: #000066;
	font-family: Arial Rounded MT Bold, Palatino Linotype, Garamond, sans-serif;
	}

H1
	{
	font-style:normal;
    font-weight:900;
	}

H2
	{
	font-style:normal;
    font-weight:900;
	}

H3
	{
	font-style:normal;
    font-weight:900;
	}

H4
	{
	font-style:italic;
    font-weight:900;
	}

H5
	{
	font-style:italic;
    font-weight:900;
	}

H6
	{
	font-style:italic;
    font-weight:900;
	}

EM
    {
    font-style:italic;
    font-weight:900;
    }

p.drop:first-letter {color: #000066; font-size: 300%; float: left; font-family: Arial Rounded MT Bold, Final Frontier, Comic Sans MS, Arial, Helvetica, sans-serif;}


A:link
	{color: #000095;} /* FF00FF */

A:visited
	{color: #FF00FF;} /* 0000FF */

A:active
	{color: #0000FF;}

A:hover
	{
	color: #0000FF;
	font-style: italic;
	background: #F2F2F2;
	font-weight : bold;
	}


.storylink
    {
	color: #0000FF;
	font-family: Times New Roman, Times, serif;
	font-size: 16pt;
	font-style: normal;
    font-weight: 400;
	}

.storylink A
    {
	font-family: Final Frontier, Comic Sans MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.boldff
	{
	color: #000095;
	font-family: Final Frontier, Comic Sans MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.boldff_lrg
    {
	color: #000095;
	font-family: Final Frontier, Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	}

.normal
	{
	color: #000095;
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
	}

.normal A
	{
	color: #000095;
	font-family: Times New Roman, Times, serif;
    font-style:italic;
	}

.boldff_y
	{
	color: #000095;
	font-family: Final Frontier, Comic Sans MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.boldff_lrg_y
    {
	color: #000095;
	font-family: Final Frontier, Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	}

.normal_y
	{
	color: #000095;
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
	}

.normal_y A
	{
	color: #000095;
	font-family: Times New Roman, Times, serif;
    font-style:italic;
	}

LI
	{
	color: #000095;
	font-family: Final Frontier, Comic Sans MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}





.box_text /* generic */
	{
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	padding: 10px;
	background-color: #fbf2ff;
	border: dashed 1px #E4B7F7;
	/* border: dashed 1px #BCADC5; */
	/* border: dashed 1px #836A92; */
	color: #000066; /* ODB, Obscure Dull Blue */
	}


.box_text_t_drk /* generic */
	{
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	padding: 10px;
	background-color: #EACCF8;
	border-top: dashed 1px #E4B7F7;
	border-left: dashed 1px #E4B7F7;
	border-right: dashed 1px #E4B7F7;
	color: #000066; /* ODB, Obscure Dull Blue */
	}


.box_text_b_drk /* generic */
	{
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	padding: 10px;
	background-color: #EACCF8;
	border-bottom: dashed 1px #E4B7F7;
	border-left: dashed 1px #E4B7F7;
	border-right: dashed 1px #E4B7F7;
	color: #000066; /* ODB, Obscure Dull Blue */
	}


.box_text_r /* generic */
	{
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	padding: 10px;
	background-color: #fbf2ff;
	border-top: dashed 1px #E4B7F7;
	border-bottom: dashed 1px #E4B7F7;
	border-right: dashed 1px #E4B7F7;
	color: #000066; /* ODB, Obscure Dull Blue */
	}

.box_text_l /* generic */
	{
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	padding: 10px;
	background-color: #fbf2ff;
	border-top: dashed 1px #E4B7F7;
	border-bottom: dashed 1px #E4B7F7;
	border-left: dashed 1px #E4B7F7;
	border-right: dashed 1px #fbf2ff;
	color: #000066; /* ODB, Obscure Dull Blue */
	}


.box_text_noline /* generic */
	{
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	padding: 10px;
	background-color: #F5E1FF;
	color: #000066; /* ODB, Obscure Dull Blue */
	}

.box_text_noline_wht /* generic */
	{
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	padding: 10px;
	background-color: #FFFFFF;
	color: #000066; /* ODB, Obscure Dull Blue */
	}



/* eof */