@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(/images/hopeweek-bckgrd.gif);
	background-repeat:repeat;
	margin: 0;
}

#text {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;}
#text A {text-decoration: underline; color:#666666}
#text A:link {text-decoration: underline; color:#666666}
#text A:visited {text-decoration: underline;}
#text A:active {text-decoration: none; color:#603913;}
#text A:hover {text-decoration: none; color: #3f2219;}

H1 {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:20px;
	font-weight:bold;
	margin:0;
}
.smtext {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	font-style:italic;
}

hr {
	color:#009;
}



