body {
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Century Gothic, Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #FFF;
}
a {
	font-family: Century Gothic, Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #FFF;
}
a:link {
	text-decoration: none;
	color: #b61212;
}
a:visited {
	text-decoration: none;
	color: #b61212;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#0F1D2D;	
	margin:.5em 0;
	overflow:auto;
	width:500px;
}

img{border:none;}

#screenshot{
	width:610px;
	text-align:center;
	font-size:10px;
	color:#000;
	position:absolute;
	border:1px solid #ccc;
	background:#FFFFFF;
	padding:5px;
	display:none;
	}

