@charset "utf-8";
/* Traders Laboratory - Room to Read Style Sheet */


#rr-body {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
}

#rr-body a:link, #rr-body a:visited {
	color: #0081B3;
}

#rr-body a:hover {
	color: #8C64BA;
	text-decoration: none;
}

.rr-floatright {
	float: right;
}

.rr-floatleft {
	float: left;
}

.rr-big {
	font-size: 18px;
	line-height: 1.3em;
	color: #DB0304;
}

