h1
{
	color: #f7f7f7;
}

h2
{
	color: #f7f7f7;
}

pre a 
{
	margin-left: 2px;
	color: #333333;
	text-decoration: none;
	font-family: verdana;
}

pre a:hover 
{
	color: #111111;
	text-decoration: underline;
	font-family: verdana;
}

a 
{
	margin-left: 5px;
	color: #ffffff;
	text-decoration: none;
	font-family: verdana;
}

a:hover 
{
	color: #e0e0e0;
	text-decoration: underline;
	font-family: verdana;
}


body
{
	background:#1A1B1F url(bg.gif) no-repeat fixed 0 0;
	font-family: verdana;
}

pre
{
	margin-left: auto;
	margin-right: auto;

	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	
	width:564px;

	background-color: #ffffff;
	color: #222222;
}