include http://px.ns1.net/css/style.css
body
	{ 
	padding-top: 11px;
	background-color: #FFF; 
	font-family: Verdana; 
	font-size: 14px; 
	color: #000;
	}
p
	{ 
	color: #000; 
	font-family: Verdana; 
	font-size: 12px; 
	}
strike
	{
	color: #F4C;
	text-decoration: line-through;
	}
a	
	{ 
	color: #000; 
	text-decoration: underline;
	}
a:visited 
	{ 
	color: #000; 
	text-decoration: underline;
	}
a:active
	{
	color: #000;
	text-decoration: overline;
	}
a:hover
	{ 
	color: #F00; 
	text-decoration: overline;
	background-color: #0cc;
	}
pre
	{
	color: #000;
	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
	}
img
	{
	border: 0px;
	}

