html,body {margin: 0;padding: 0;}

body {
	font: 85% arial, sans-serif;
}


#header h1 {
	font-size: xx-large;
	line-height: 80px;
	margin: 0;
	padding-left: 10px;
	background: #333;
	color: #fff;
}

#content p {
	line-height: 1.4;
}

#footer {
	background: #333;
	color: #FFF;
}

#footer p {
	margin: 0;
	padding: 5px 10px;
}

#footer a {
	display: inline;
	padding: 0;
	color: #C6D5FD;
}

#content {
	margin: 20px;
}


#footer {
	clear: both;
	width: 100%;
	padding-top: 5px;
}

#topad {
	float: right;
	margin-top: -70px;
	margin-right: 10px;
}


/* styles */

.start {
	font-weight: bold;
	color: red;
}

#content a {
	text-decoration: none;
	color: #0033CC;
}

#content a:hover {
	text-decoration: underline;
}

a img {border:0;}

/* everything commented out makes the URL form much bigger. i decided against this for a while because it will detract attention away from the ads.*/

.urlinput {
	/*width: 468px;*/
	height: 20px; /*30*/
	/*font-size: 15pt;*/
	/*font-weight: 500;*/
}
/*
.button {
	font-size: 15pt;
}*/

.toplinks a {
	text-decoration: none;
	color: #ebebeb;
}

.toplinks a:hover {
	color: #ffffff;
}

