html
{
	height: 100%;
}

body
{
	margin: 0;
	height: 100%;
	color: #606965;
}

.white-txt-10
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:white;
}

a.white-txt-10
{
	text-decoration: none;
	font-weight: bold;
}

a.white-txt-10:hover
{
	text-decoration: underline;
}

