/* DeadBEATmom dot info style sheet */

/* Two styles one is black background with white text */
/* the other is yellow background with black text*/



body
	{
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #000000;
	}

/* email paragraph text */

p.email
	{
	color: white;
	font-family: arial,helvetica;
	font-size: 10pt;
	font-weight: normal;
	}


/* disclaimer class */

p.disclaimer
	{
	color: white;
	font-family: arial,helvetica;
	font-size: 8pt;
	font-weight: normal;
	}


/* fire links */

.firelinks a
	{
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: center;
	display: block;
	width: 196px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
	color: black;
	background-color: red;
	}

.firelinks a:hover
	{
	color: orange;
	background-image: url(flame2.gif);
	}




/* single hope link */


.hopelink a
	{
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	display: block;
	width: 196px;
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
	color: #0080C0;
	background-color: #ffffaa;
	}

.hopelink a:hover
	{
	color: #FF0000;
	background-image: url(hopetreebg.jpg);
	}


/* name of page near the top */

.pagename
	{
	background-image: url(bgimage.jpg);
	color: yellow;
	font-family: arial,helvetica;
	font-size: 12pt;
	font-weight: bold;
	text-align: right;
	}


/* vertical uprights between red links */

p.red
	{
	color: red;
	font-family: arial,helvetica;
	font-size: 11pt;
	font-weight: normal;
	}


/* red td info - this includes the name deadbeat under skull */

td.red
	{
	background-color: red;
	color: #000000;
	font-family: arial,helvetica;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	}




/* red links */

a.redlink
	{
	font-family: arial,helvetica;
	font-size: 12pt;
	font-weight: normal;
	}

a.redlink:link
	{
	color: red;
	text-decoration: none;
	}

a.redlink:visited
	{
	color: red;
	text-decoration: none;
	}

a.redlink:hover 
	{
	color: lime;
	text-decoration: none;
	}

a.redlink:active 
	{
	color: lime;
	text-decoration: none;
	}



/* yellow td info */

td.yellow
	{
	background-color: #ffffb9;
	color: #000000;
	font-family: arial,helvetica;
	font-size: 12pt;
	font-weight: normal;
	}


/* black td info */

td.black
	{
	background-color: #000000;
	color: #ffffff;
	font-family: arial,helvetica;
	font-size: 12pt;
	font-weight: normal;
	}




/* header in white in the main text area of each page */

h2.header
	{
	color: #ffffff;
	font-family: arial,helvetica;
	font-size: 16pt;
	font-weight: normal;
	}





/* lime colored text on share your story page */

font.lime
	{
	color: lime;
	font-family: arial,helvetica;
	font-size: 10pt;
	font-weight: normal;
	}


/* Offset text spread out throughout the document, blockquotes */
 
blockquote.bq
	{
	color: yellow;
	font-family: arial,helvetica;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
	}
