body {
	background-image: url(tutorialBG.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-family: "Times New Roman", Times, serif;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 100px;
	font-size: 14px;
	width: 550px;
	float: left;
	
}
a:link {
 	color: #00008B;
	text-decoration: underline; 
}
a:visited {
	color: #6E6E6E;
	text-decoration: underline;
}
a:hover {
	color: Maroon;
}
h1, h2{
	text-align: right;
	color: #4A0000;
}

h5 {
	text-align: right;
	font-size: small;
	color: #4A0000;
}
.author {
	font-size: small;
	font-style: italic;
	letter-spacing: 2px;
	text-align: right;
	float: right;
}

strong {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #4A0000;
	letter-spacing: 3px;
}
	
.tutorialCode {
	font-family: "Courier New", Courier, serif;
	font-size: 11px;
	overflow: scroll;
	max-height: 300px;
	height:expression(this.scrollHeight > 300 ? "300px": "auto" );
	width: 520px;
	margin: 1px;
	padding: 15px;
	margin-top:10px;
	margin-bottom:10px;
	border: 1px dotted #939393;
	background-color: #FFFFCC;
}