body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.linkbox {float: left;
width: 232px;
margin: 0 0px 18px 0;
height: 47px;
overflow:hidden;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.left {float: left;
width: 125px;
margin: 0 18px 18px 0;
height: 125px;
overflow:hidden;
}
