* {
	font-family: Arial, Helvetica;
	font-size: 10pt;
}
.nav {
	text-decoration: none;
	color: #A0A0A0;
}
.nav:hover {
	text-decoration: underline;
	color: #404080;
}
a.page {
	text-decoration: underline;
	color: #606060;
}
a.page:hover {
	text-decoration: underline;
	color: #AAAACC;
}
#fb_download, #fb_screenshots, #fb_register, #fb_contact {
	border-left: 4px solid #EEEEEE;
	margin: 0px 0px 3px 0px;
}
#fb_download:hover, #fb_screenshots:hover, #fb_register:hover, #fb_contact:hover {
	border-color: #73849c;
	cursor: pointer;
}
.title {
	font-weight: bold;
	padding-left: 6px;
}
.body {
	padding-left: 6px;
}
hr {
	height: 1px;
	border: 0;
	background-color: #6060AA;
	color: #6060AA;
}

#div_content {
	text-align: left;
	width: 730px;
}

.screen:hover {
	cursor: pointer;
}

h3 {
	font-size: 13.5pt;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 2px;
	color: #606080;
}