/* SET MARGIN AND PADDING TO 0 FOR ALL ELEMENTS */


/* SET BASE FONT ATTRUBUTES */
html, body {
font: Georgia, "Times New Roman", Times, serif 14px/1.5em;
color: #000;
}



/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a {text-decoration: underline;}
a:link, a:visited {color: #ff6600;}
a:hover {color: #ffcc99;}
a:active {color: #ffcc00;}
a img, :link img, :visited img {border: none}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {border-collapse: collapse;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul, ul ol, ul dir, ul pages, ul dl,
ol ul, ol ol, ol dir, ol pages, ol dl,
dir ul, dir ol, dir dir, dir pages, dir dl,
pages ul, pages ol, pages dir, pages pages, pages dl,
dl ul, dl ol, dl dir, dl pages, dl dl
{margin-top: 0; margin-bottom: 0;}

/* HARMONISE LIST-BULLET TYPE */
ul, ol, dl {list-style-type: disc;}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #579700;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

a {
	color: #ff9900;
}

a:hover {
	text-decoration: none;
}

a:link, a:visited {color: #ff6600;}

#sponsor {
	margin: 50px auto;
	margin-bottom: 90%;
	width: 526px;
}