body
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #000;
}
.box
{
	margin: 0px;
	padding: 0px;
	width: 640px;
	height: 480px;
}
.content
{
	color: #fff;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.error
{
	margin: 0px;
	padding: 0px;
	width: 640px;
	height: 480px;
	background-image: url(img/index.jpg);
	color: #fff;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 32px;
}
.error a
{
	color: #5f5;
}
.copy
{
	padding: 4px;
	color: #666;
	font-family: sans-serif;
	font-size: 10px;
}
.buy
{
	color: #000;
	font-family: sans-serif;
	font-size: 11px;
	line-height: 12px;
}
pre
{
	font-family: sans-serif;
	font-size: 12px;
}
h1
{
	font-size: 20px;
	line-height: 22px;
}
h2
{
	font-size: 16px;
	line-height: 18px;
}
h3
{
	font-size: 14px;
	line-height: 16px;
}
.content h3
{
	color: #ed0;
}
.links
{
	padding: 4px;
	color: #666;
	font-family: sans-serif;
	font-size: 13px;
}
.links a:link
{
	color: #ed0;
	text-decoration: none;
}
.links a
{
	color: #ed0;
	text-decoration: none;
}
.links a:hover
{
	color: #66c;
	text-decoration: none;
}
.links a:visited
{
	color: #ed0;
}
.links a:visited:hover
{
	color: #66c;
}
.content a:link
{
	color: #ed0;
	text-decoration: none;
}
.content a
{
	color: #ed0;
	text-decoration: none;
}
.content a:hover
{
	color: #66c;
	text-decoration: none;
}
.content a:visited
{
	color: #ed0;
}
.content a:visited:hover
{
	color: #66c;
}
a
{
	color: #253;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
	font-weight: bold;
}
a:visited
{
	color: #253;
	font-weight: bold;
}
.border
{
	padding: 1px;
	background-color: #666;
}
.pad
{
	margin: 16px;
}