/* 
	style sheet for the Russian Tutorial of BEST Direct.
*/

p, li {
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	}
h3 {
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	}
.blueText {
	color: #000099;
	}
.redText {
	color: #990000;
	}
a:link, a:visited, a:active {
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	color: #006699;
	}
a:hover {
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #ff9900;
	}