html, body
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	background-color: #171717;
}

/*Font*/
body,p,td
{
	font-size: 10pt;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #242424;
}

/*Links*/
a:link {color: #343434; text-decoration: underline; }
a:visited{color:#343434; text-decoration: underline; }
a:active {color: #343434; text-decoration: underline; }
a:hover{color:#343434; text-decoration: none; }
