body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	/*background: url(bg.gif) top left no-repeat;*/
	/*background: url(bg.png) repeat #ccc;*/
	/*background-color: #1F1D1F;*/
}

h1 {
	font-family: tahoma;
	font-size: 25px;
	color: #C803E5;
	font-weight: bold;
	margin:0;
	padding:0;
	line-height: 27px;
}

/* Normal guest */
a.guest {
	color: #C803E5;
	text-decoration:none;
	border-bottom: 1px dotted #777;
	margin: 0 5px;
}
a.guest:hover {
	border-bottom: 1px dotted #ffffff;
	color: #ffffff;
}

a.link1 {
	color: #ffffff;
	text-decoration:none;
	border-bottom: 1px dotted #777;
	margin: 0 5px;
}
a.link1:hover {
	border-bottom: 1px dotted #c0c0c0;
	color: #c0c0c0;
}

