.mainTitle {
	font-size: large;
	font-weight: bold;
	background-color: #FFCC66;
	padding: 5px;
	margin-bottom: 20px;
}

.subTitle1 {

}

.subTitle2 {
	width: 500px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	border-style: dotted;
	border-width: 2px;
	margin-bottom: 20px;
}

.text {
	line-height: 1.5;
	width: 600px;
	font-size: smaller;
}

.code {
	font-size: smaller;
	width:inherit;
	padding: 10px;
	background-color: #99FFFF;
	border-style: solid;
	border-width: 1px;
	border-color:#3300CC;
}

.fileLocation {
	padding: 10px;
	font-weight: bold;
	color: #003366;
}