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

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

input, textarea, select {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 3px auto;
}

h1, h2, h3 {
	margin-bottom: 1em;
	color: #ccffff;
}

li {
	list-style-type: square;
}

#topbanner {
	margin: 56px auto;
	margin-bottom: 93%;
	width: 595px;
}