 /* default links */ 
A {
	color: #008000;
}
 a:hover{text-decoration:none;color:#00CB00;}
 
 /* background image */
BODY {
	BACKGROUND: url("graphics/bg.gif") #fff9e5 fixed repeat top
}

 /* BODY TEXT STYLE */

body {
	font-family: "Arial Narrow";
	font-size: 9pt;
	color: #333333;
	margin: 0px;
	padding: 0px;
	clear: both;
}

 /* HEADING 1 TEXT STYLE */

h1 {
	font-family: Arial;
	color: #04720C;
	text-align: left;
	font-size: 12pt;
}

 /* HEADING 2 TEXT STYLE */
 
h2 {
	font-family: "Arial Narrow";
	color: #333333;
	text-align: left;
	font-size: 11pt;
}

 /* NEWSLETTER TITLE (HEADING 5) TEXT STYLE */
 
h5 {
	font-family: Arial;
	color: white;
	text-align: center;
	font-size: 32pt;
	margin: 0px;
	padding: 0px;
}
