div#content {
	
	/* These have no effect on the functionality */
	text-align:left;
	top:0px;
	margin: 0 20px;
	padding:0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	width: 500px;
}

body {
	/* These rules have no effect on the functionality */
	/* They are for styling only */
	margin: 0;
	padding: 0px 0 0 0;
}
a img {border:0px;}

p {
}
h1 {
	margin: 0px;
	margin-top: 30px;
	font-size: 1.3em;
}

strong {
	font-weight: normal;
	color: #ec008c;
}
ul {
	color: #888;
	list-style-image: url('line.png');
}

#logo {
	margin-bottom:25px;
}