/* CSS Document */
.switchcontent .subtitle {
	margin-top: 30px;
	margin-left:5px;
	font-weight: bold;
}
.switchcontent .paragraph {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.switchcontent .paragraph ol{
	`margin-left: 10px;
}
.switchcontent a:link, .switchcontent a:visited {
	color: #933;
}
.switchcontent a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
}

