.highlight {
	color: cornflowerblue;
	font-weight: bold;
}
.b {
	font-weight:bold;
}
.i {
	font-style: italic;
}
.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
.section-heading{
	font-weight:bold;
	padding-bottom:10px;
}
.lower-alpha{
	list-style-type:lower-alpha;
}
.lower-roman{
	list-style-type:lower-roman;
}
