body {
	background-color: #ffffff;
		font-size: small;
	color: #666666;
	margin: 0px 10px 10px 10px;
}

a:link {
color: #666666;
text-decoration: none;
}

a:visited {
color: #808080;
text-decoration: none;
}

a:hover {
color: #808080;
text-decoration: underline;
}

a:active {
color: #666666;
text-decoration: none;
}


.box {
color: #666666;
font-size: small;
}