@charset "UTF-8";
@import "global.css";
body {
	background: #000000 url(/graphics/stars2.gif) repeat fixed;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	font-size: 110%;
}
dl {
/*	margin-top: 70px;*/
	margin-left: 9px;
	padding: 0px;
	border: 0px;
}

dt {
	font-size: 120%;
}
dd {
	font-size: 110%;
	text-indent: -24%;
}