.DebugBackground {
background-color : yellow;
}
.DebugReservedWord {
color : maroon;
font-weight : bold;
}
.DebugIdentifier {
color : orange;
font-weight : bold;
}
.DebugVariable {
color : red;
font-weight : bold;
}
.DebugString {
color : black;
}
.DebugNumber {
color : navy;
font-weight : bold;
}
.DebugSymbol {
color : blue;
font-weight : bold;
}
.DebugVariableTypeRow {
background-color : orange;
font-size : 12px;
font-weight : bold;
color : navy;
}
.DebugVariableNameCell {
background-color : navy;
font-size : 10px;
font-weight : bold;
color : white;
}
.DebugVariableValueCell {
background-color : silver;
font-size : 10px;
font-weight : bold;
}

