* {
	padding: 0;
	margin: 0;
}

body {
	font-family : Verdana, Geneva, Tahoma, Helvetica, sans-serif;
	text-align: left;
	color:#F60;
}


a img {border:0;}
a {
	text-decoration: underline;
	color: #F60;
	font-size: 16px;
}
a:link { color: #F60; }
a:visited { color: #F60; }
a:hover { color: #F60; text-decoration: none; }
a:active { color: #F60; }

.external {
	text-decoration:none;
	color:#F60;
	background:url('ext.gif') center right no-repeat;
	padding-right:10px;
}
.clear { clear:both; height:0px; font-size:0px; }
.jsource { padding: 5px 5px 5px 20px; background:url('js.gif') center left no-repeat; margin-left:30px;}

span.soon {margin-left:30px;color:#c00;font-weight:bold;}
a.soon, a:link.soon, a:visited.soon {text-decoration: line-through;color:#666;}

li {
	margin-left: 10px;
}

fieldset {
	padding: 10px;
}

