body {
	margin: 30px 50px;
	padding: 0px;
	color: #000;
	background-color: #fff;
	font: 10pt Georgia, Tahoma, Verdana, serif;
}
h1 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #444;
	display: block;
	float: none;
	clear: both;
}
h1 a, h1 a:link, h1 a:active, h1 a:visited, h1 a:hover, h1 a:focus {
	display: inline;
}
ol {
	margin: 0px;
	padding-right: 30px;
	color: #888;
	background: inherit;
}
li {
	line-height: 150%;
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #888;
}
li:hover {
	background-color: #eaeaea;
	color: #000;
}
a, a:link, a:active, a:visited {
	color: #107FC0;
	text-decoration: none;
	background: inherit;
	display: block;
}
a:focus, a:hover {
	color: #FF162B;
	text-decoration: none;
	background: inherit;
	display: block;
}
.fversion {
	white-space: nowrap;
	font-size: 80%;
	padding-left: 10px;
}
.firefox_old {
	color: #AF0A11;
}
.firefox_new {
	color: #4ACF33;
}
.codex {
	font-size: 60%;
	font-weight: normal;
	float: right;
}
.codex_link a, .codex_link a:link, .codex_link a:active, .codex_link a:visited, .codex_link a:focus, .codex_link a:hover {
	display: inline;
	border: 1px solid #f00;
}

.img_link {
	border: 0px;
	vertical-align: middle;
}
.head {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 3px;
}
.link {
	font-size: 60%;
	font-weight: normal;
	color: #888;
	background: inherit;
}
.description {
	font-size: 80%;
	font-weight: normal;
	color: #444;
	background: inherit;
	display: block;
	float: none;
	clear: both;
}
.description:hover {
	color: #FF162B;
	background: inherit;
}
.lastupdate {
	margin-top: 30px;
	margin-right: 30px;
	font-size: 80%;
	color: #888;
	text-align: right;
	background: inherit;
}
#footer {
	margin-top: 30px;
	line-height: 150%;
	color: #000;
	font-weight: normal;
	background: inherit;
}
#footer a {
	display: inline;
}
.download_firefox {
	margin-top: 10px;
	display: block;
	float: none;
	clear: both;
}
.firefox {
	font-weight: bold;
	font-size: 200%;
}
.valid {
	margin-top: 10px;
	margin-right: 30px;
	text-align: right;
	display: block;
	float: none;
	clear: both;
}
.valid a, .valid a:active, .valid a:visited, .valid a:focus, .valid a:hover {
	display: inline;
}
.error {
	margin: 20px;
	padding: 20px;
	border: 3px solid #f00;
	color: #f00;
	font-weight: bold;
	text-align: center;
	background-color: #eee;
	display: block;
	float: none;
	clear: both;
}

.pl_flag {
	padding-right: 20px;
	background: url('pl_flag.jpg') center right no-repeat;
}