ol {
	color: #557755;
	list-style-position:inside;
}

ul {
	color: #557755;
	list-style-type:none;
	list-style-position:inside;
}

.string {
	font-family: "Courier New", Courier, monospace;
}

.regEx {
	font-family: "Courier New", Courier, monospace;
	color: brown;
	font-weight: bold;
}

.regExMatch {
	color: brown;
	font-weight: bold;
}

label {
	color: #557755;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

form {
	text-align:center;	
	margin:0;
	padding:0;
}

	form img {
		display:inline;
		padding: 0 0 0 15px;
	}
