*, html, body { position:relative; }

html
{
    height:100%;
	overflow:hidden;
}

body
{
    height:100%;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#333;
	margin:0;
	padding:0;
	overflow:hidden;
	background-color:#fff;
}

body.popup
{
	margin:5px;
}

b, strong
{
	font-weight:900;
	font-style:inherit;
}

i, em
{
	font-style:italic;
}

hr
{
	background-color:#ccc;
	height:1px;
	border:none;
	margin:10px 25px 10px 0;
}
#default #links hr
{
	margin-left:114px;
	width:500px;
}

small
{
	font-size:inherit;
	color:#999;
	font-style:italic;
}