body {
	font-family: Arial, Helvetica, sans-serif; 
	color: white; 
	background-color: black;
}

table {
	width:800px;
}

a:link{
  color: yellow;
}

tr {
	background-color: #404040;
}

img.face {
	height:100px;
	width:100px; 
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.icon {
	height:16px;
	width:16px;
}

.facebox {
	width:100px;
}

.textbox {
	vertical-align: text-top;
}

