/*
  Succuba IRC Network supporting Style Sheet.
  You may use this code so long as the copyright remains intact.

  Copyright 2002, Succuba IRC Network
  http://www.succuba.com/
*/

body {
  margin: 20px 60px !important;
  background-image: none;
}


.syntax {font-weight: bold;}
.command {text-transform: uppercase;}
.option {text-transform: uppercase;}
.parameter {text-transform: lowercase;}
.flag {text-transform: uppercase;}
.switch {text-transform: uppercase;}
.generic {text-transform: none;}

/*
.syntax {font-weight: normal;}
.command {background-color: red;}
.option {background-color: green;}
.parameter {background-color: blue;}
.flag {background-color: purple;}
.switch {background-color: orange;}
.generic {background-color: yellow;}
*/