* {
	padding: 0;
	margin: 0;
}

body {
	background-color: black;
}

a {
	color: #999999;
}

#container {
				width: 642px;
				height: 384px;
			
				position: absolute;
				top: 40%;
				left: 50%;
				margin-left: -321px;
				margin-top: -227px;
			}

table {
	position: relative;
	top: 7%;
	border: 0;
	border-collapse: collapse;
}

.guestcell {
	border: 2px solid #C0C0C0;
	padding: 5px;
}

img { 
	border: 0;
}

.rubrik {
	color: #C0C0C0;
	text-decoration: underline;
}

.displaystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	vertical-align: top;
}