/* style.css - site-wide. */

body {
	background: #990000;
	font-family: sans-serif;
	} 

#content {
	color: #ffffff;
	margin-left: 20%;
	}

#content ul {
	list-style-image: url(../flower.png);
	
	}
#content ul li {
	
	}

h1,h2,h3,h4,h5,h6 {
	color: rgb(255, 204, 0);
	font-family: Verdana, sans-serif;
}

a {
	text-decoration: none;
	color: rgb(255, 204, 0);
}
