body {
	font-size: 13px;
	margin: 0px;
}
a {
	text-decoration:none;

}
a:hover {
	text-decoration:underline;
	color: #6633CC;

}
table {
	font-size: 13px;
}
.small {
	font-size: 11px;
}
.red {
	color: #CC0000;
}
.blue {
	color:#000099;
}
.line {
	border-style:dotted;
	border-color:#ff6666;
	border-width:2px;
	padding:1em;
}
.rline {
	border: 2px solid #cc0000;
}
