html, body {
	background: #030303 url(bg5.gif) no-repeat top center;
	background-attachment: fixed;
	color: #DDD;
	font-family: 	'Times New Roman', Bodoni, Garamond, Minion Web;
	font-size: 10pt;
	text-align: left;
	margin: 0; padding: 0;
}
.Box strong{ color: #c4003f; font-size: 13px; }
.Box img { float: right; }
#langs {
	font-family: sans-serif;
	font-size: 11px;
	color: yellow;
	}
small { color:#5F5F5F; font-size: x-small; }
h1 {
	font-size:1.49em;
	color: #e8ff00;
	padding: 3px 2px;
	margin: 4px 0px;
	border-bottom: 1px dashed #2E312D;
}
/* a _links */
a:link {
	color:#C4003F;
	text-decoration:none;
}
a:visited {
	color:#C4003F;
	text-decoration:none;
}
a:hover {
	color:#B7CE36;
	text-decoration:underline;
}
a:active {
	color:#B7CE36;
	text-decoration:none;
}
#page {
	width: 807px;
	margin: 0 auto;

}
#footer {
	text-align:center;
	clear:both;
	font-family: Verdana, Arial, sans-serif;
	font-size: 7pt;
}
#Vlist li {list-style-type: square; }
#Vlist { 
	font-size:12px;
	padding: 0px 0px 0px 15px;
	
 }

.Box {
	width:510px;
	padding:0 3px 0 15px;
	margin:27px auto;
	background:#1e1e1e url(box.png) repeat-y ;
	border: 1px solid #2E312D;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#logo {
	background:url(logo-gnu.png) no-repeat;
	float: left;
	height: 301px;
	width: 132px;
	margin: -9px 0 0 20px;
}
/* Menu */
#Amenu a:link {
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 4px;
	border-radius: 7px;
	background-color:#090909;
	color:#fff;
	margin-left:8px;
	opacity:0.7;
	padding:10px 30px;
	text-decoration:none;
}
#Amenu a:visited {
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 4px;
	border-radius: 7px;
	background-color:#090909;
	color:#fff;
	margin-left:8px;
	opacity:0.7;
	padding:10px 30px;
	text-decoration:none;
}
#Amenu a:hover {
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 4px;
	border-radius: 7px;
	background-color:#c4003f;
	color:#ebebeb;
	margin-left:8px;
	opacity:0.7;
	padding:10px 30px;
	text-decoration:none;
	border: 1px solid #2E312D;
}
#Amenu a:active {
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 4px;
	border-radius: 7px;
	background-color:#c4003f;
	color:#ebebeb;
	margin-left:8px;
	opacity:0.7;
	padding:10px 30px;
	text-decoration:none;
	border: 1px solid #2E312D;
}
#Amenu { 
	margin-left: 132px;
	font-family: Baskerville, Georgia, Garamond, Times, serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
}
pre, code {
		font-family:  "Courier 10 Pitch", Tahoma, "DejaVu Sans Mono", monospace;
		padding: 1em;
		margin: 7px 2px;
		border: 1px dashed #7990ce;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		color: #00ff2a;
		background-color: transparent;
		line-height: 1.1em ;
		font-size: 16px;
		display: block;
		white-space: pre-wrap;       /* css-3 */
		white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
		white-space: -pre-wrap;       /* Opera 4-6 */
		white-space: -o-pre-wrap;       /* Opera 7 */
		word-wrap: break-word;       /* Internet Explorer 5.5+ */

}
