html, body {
	margin-top:0px;
    /* get rid of default spacing on the edges */
    margin-bottom: 10px;
    padding: 0;

    /* get rid of that 2px window border in Internet Explorer 6 */
    border: 0;

    /* fill the height of the browser */
    height: 100%;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
body {
	background-image: url(images/asphalt_bg.jpg);
}

.head {
	font-size: 15px;
	font-weight: bold;
	color: #00c1ff;
}

a:link {
	color: #00c1ff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #ffffff;
}

#flashheader {
	background-image: url(images/asphalt_bg.jpg);
	}

#stipples {
	border-bottom-color:#161616;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

#credits {
	background-color:#000000;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:10px;
	}

.lucy {
	font-family:"Lucida Sans Unicode";
	}