/* CSS for Alexa's Hope */


body
        {
        background-color: #dbdac4;
		background-image: url(graphics/);
		background-position: top center;
		background-repeat: repeat-x;
        }

td.subground1 {
	background-image: url(graphics/bg.gif);
	background-color: #fffad6;
	background-position: top center;
	background-repeat: repeat-x;
}

td.subground2 {
	background-image: url(graphics/bg2.gif);
	background-color: #f995be;
	background-position: top center;
	background-repeat: repeat-x;
}

font.whitetxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

font.purpletxt {font-family: arial;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #3f1971;
}

font.purpletxt2 {font-family: arial;
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
	color: #876b86;
}

font.litepurpletxt {font-family: arial;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #ae96ca;
}

font.blacktxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #242424;
}

font.graytxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #746f7a;
}

font.graytxt2 {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #484848;
}

font.graytxt3 {font-family: arial;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #484848;
}

font.redtxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #d71b5b;
}

a.purple:link {color: #3f1971;
	text-decoration: none;
}

a.purple:visited {color: #3f1971;
	text-decoration: none;
}

a.purple:hover {color: #6e900f;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #6e900f;
}

a.gray:link {color: #746f7a;
	text-decoration: none;
}

a.gray:visited {color: #746f7a;
	text-decoration: none;
}

a.gray:hover {color: #d91c5d;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #d91c5d;
}
