/* StyleSheet for http://www.gopera.com/igi/ */

.small {
	font-size: 90%;
}

.error {
	color: #f00;
	font-weight: bold;
	font-size: 120%;
}

.comment {
	border-bottom: 1px solid #006;
	margin-bottom: 1em;
}

.commentnr {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #ccc;
	margin-right: 5px;
	background-color: #eee;
	color: #666;
	padding: 5px;
	float: right;
}

