.hl-default {
    color: Black;
}
.hl-code {
    color: Gray;
}
.hl-brackets {
    color: Olive;
}
.hl-comment {
    color: Orange;
}
.hl-quotes {
    color: Darkred;
}
.hl-string {
    color: Red;
}
.hl-identifier {
    color: Blue;
}
.hl-identifier a:link, .hl-identifier a:visited, .hl-identifier a:active, .hl-identifier a:hover {
	color: Blue;
	border-bottom: 1px dotted Blue;
	text-decoration:none;
}

.hl-identifier a:hover {
	color: Blue;
	border-bottom: 1px solid Blue;
}


.hl-builtin {
    color: Teal;
}
.hl-reserved {
    color: Green;
}
.hl-inlinedoc {
    color: Blue;
}
.hl-var {
    color: Darkblue;
}
.hl-url {
    color: Blue;
}
.hl-special {
    color: Navy;
}
.hl-number {
    color: Maroon;
}
.hl-inlinetags {
    color: Blue;
}
.hl-main {
	overflow:auto;
	max-height:250px;
	border: 1px solid #FF9805;
	width:605px;
}

.hl-main-table {
	padding-left:3px;
	background-color:white;
}
.hl-gutter {
    background-color: #FCBB59;
    color: White;
	padding-right:3px;
	width:20px;
}
.hl-table {
    font-family: courier,serif;
    font-size: 12px;

}
