a:active {color:#ff0000;}
body {
        max-width: 110px;
        width: 110px;
        overflow: auto;
}
img {
	vertical-align: top;
}
.handle {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold ;
	font-style: italic;
	font-size: 0.9em;
}
.message-odd {
	background-color: #ffffe0;
	font-size: 0.9em;
}
.message-even {
	background-color: #e0e0ff;
	font-size: 0.9em;
}

.mug{
	/* vertical-align: top; */
	float: left;
	border-bottom: dotted 1px #000000;
}

.message {
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.9em;
	border-bottom: dotted 1px #000000;
}

.hyperlink {
	color: red;
	font-style: italic;
	font-size:0.9em;
	text-decoration: none;
}

.user {
	color: blue;
	font-style: italic;
	font-size:0.9em;
	text-decoration: none;
}

.tag {
	color: brown;
	font-style: italic;
	font-size:0.9em;
	text-decoration: none;
}

