body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:  url(images/suntile.jpg);
	color: rgb(102,102,0);
	margin-left: 3%;
	margin-right: 3%;
}

hr {
	border: none;
	width: 600px;
	height: 3px;
	color: rgb(255,153,0);
	background-color: rgb(255,153,0);
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: rgb(102,153,51);
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: rgb(255,102,0);
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: rgb(153,204,102);
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: rgb(255,153,0);
}
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: rgb(102,153,51);
}
h6 {
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: rgb(255,102,0);
}

a:active {
	color: rgb(255,102,0);
	text-decoration: none;
}
a:link {
	color: rgb(255,102,0);
	text-decoration: none;
}
a:visited {
	color: rgb(255,102,0);
	text-decoration: none;
}
a:hover {
	color: rgb(255,153,51);
	text-decoration: underline;
}

ul {
	list-style-image: url(images/sunbul1a.gif);
}
ul ul {
	list-style-image: url(images/sunbul2a.gif);
}
ul ul ul {
	list-style-image: url(images/sunbul3a.gif);
}
