@import url("extensions.css");
@import url("custom.css");

* {margin:0;padding:0;}

body, body * {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	}

form {
	margin:0;
	padding:0;
	border:0;
}
a { 
	color:#333;
	text-decoration: underline;
	}
a:hover {
	color:#555;
	}

li {
	list-style-image: url(img/bullet.gif);
	}

.clearer {
	display:block;
	clear:both;
	}
.floatbox {
	overflow: hidden;
	}
.highlight {
	color: #0000FF;
	font-weight:bold;
	}
