Css will have the definitions of
class=
"computerLine"
something like
Code:
computerline {
margin-left: 4.0em;
margin-top: 0;
text-align: left;
}
heading4CodeSnippetTitle {
//more stuff
}
And a load more properties. em might be some other units.
EDIT
That does though look like horrid HTML