body, html {
	background-color: #506ce1;
	font-family: Arial, Verdana;
	font-size: 0.9em;
	margin: 0;
}
p, td {
	font-size: 1em;
}
#container {
	position: relative;
	width: 780px;
}
#menu {
	background: no-repeat url(http://www.automateyourrssfeed.com/media/images/header_bottom.jpg);
	height: 32px;
	font-weight: bold;
	padding: 7px;
	text-align: left;
}
#content {
	background-color: #FFFFFF;
	padding: 1.25em;
	text-align: left;
}
#footer {
	clear: all;
	position: relative;
	width: 780px;
	height: 56px;
	}

#footer p {
	margin: 0;
	padding: 0 0 1em 0;
	}

a {
	color: #ff8400;
	}
	
a:hover {
	text-decoration: none;
	}

legend {
	color: #ff8400;
	font-weight: bold;
	}

.error {
	font-weight: bold;
	color: #FF0000;
	}

h1 {
	border-bottom: 1px solid #DBDBDB;
	color: #91cce3;
	font-size: 1.5em;
	margin: 0;
	text-align: left;
}

h2 {
	color: #ff8400;
	font-size: 1.3em;
	margin-bottom: 0;
	text-align: left;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 0;
	text-align: left;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
}
table.listing {
	border: 1px solid #000000;
}
table.listing th {
	background-color: #DBDBDB;
	border: 1px solid #000000;
	font-weight: bold;
	padding: 3px;
}
table.listing td {
	border: 1px solid #000000;
	padding: 3px;
}
#help {
	background-color: #DBDBDB;
	border: 1px solid #000000;
	display: none;
	left: 50px;
	padding: 5px;
	position: absolute;
	top: 100px;
	width: 350px
}