*{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body{
	margin: 10px 20px;
}

h1{
	margin-bottom: 10px;
}
h1 b{
	color: #c00;
}

p{
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: #f0f0f0 1px dashed;
	width: 60%;
	white-space: nowrap;
}

p a{
	font-family: "Georgia", serif;
	text-decoration: none;
	color: #00c;
	font-size: 110%;
}
p a:visited{
	color: #99f;
}

span.date{
	font-family: "Courier New", monospace;
	font-size: 75%;
}

span.adult{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 60%;
	color: #c00;
}

form{
	position: absolute;
	top: 10px;
	right: 10px;
	border: 1px #eee solid;
	padding: 5px;
	width: 185px;
}
form img{
	border: 1px #666 solid;
}
form #f_url, form #f_pass{
	border: 1px #666 solid;
	padding: 0px 2px;
}
form #f_adult{
	margin-bottom: 2px;
}
form #f_captcha{
	border: 1px #666 solid;
	margin-bottom: 6px;
	width: 60px;
	height: 20px;
}
form #f_submit{
	border: 1px #333 outset;
	font-size: 90%;
	padding: 2px 5px;
	margin-top: 5px;
}

div.pages{
	position: absolute;
	top: 155px;
	right: 10px;
	border: 1px #eee solid;
	padding: 5px;
	width: 185px;
}

div.pages a{
	color: #c00;
	text-decoration: none;
	font-weight: bold;
}

div.pages hr{
	height: 1px;
	margin: 8px 0px;
	background-color: #eee;
}