/* CSS Document */

body {
	background-color: 	#00911D;
}

em {
	font-style: 		italic;
}

td.user {
	width:				85%;
	vertical-align:		top;
	background-color:	#006600;
	font-family:		Tahoma;
	font-size: 			12px;
}

span.user {
	font-weight: 		bold;
	color:				#FFFFFF;
}

img.user {	
	width:				70px;
	height:				70px;
}

.staff {
	font-size:			24px;
}

a:link {
	color:				#000099;
}

a:visited {
	color:				#000066;
}