/*
 *
 * Filename: banner-ad.css
 * Author: Alvin Orzechowski, MyFirstWebPage.net
 * Creation Date: 30-Nov-2008
 * Description: See the banner-ad-readme.txt file.
 * History:
 *
 */

body {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	border: 0;
}

a:link { 
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


img {
	border: 0;
}

div#main {
	-moz-box-sizing: border-box;
	background-color: #ffffff;
	width: 468px;
	height: 60px;
	padding: 0;
	border: 0;
	/*
	background-image: url("images/banner-468x60.jpg");
	*/
}

ul#bannerAdText {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#bannerAdText li {
	width: 460px;
	height: 54px;
	padding: 0;
	margin: 0;
	display: none;
}

ul#bannerAdText li {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

ul#bannerAdText li.typed {
	font-family: "Courier New", monospace;
	font-size: 9pt;
}
