@charset "utf-8";

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	margin: 25px;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: x-small;
	line-height:1.4;
	background:#000000;
	color:#FFFFFF;
}

p{
	margin:20px 0px 85px 0px;
}
a:link {text-decoration: none; color:#FFFFFF}
a:visited {text-decoration: none; color:#FFFFFF}
a:hover {text-decoration: none; color:#666666}
a:active {text-decoration: none; color:#666666}